1
0
Fork 0

clean target

git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@24 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
Jan Dittberner 2003-12-20 13:20:29 +00:00
parent 4c553504b2
commit 68203779c0
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,10 @@
subdirs=php
all:
dumpdb:
pg_dump -U gnuviech -h localhost -s -d -O gnuviechadmin > database.sql
clean:
for i in $(subdirs); do make -C $$i clean; done
-rm -f *~

4
php/Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
clean:
-rm -f *~