summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-21 10:02:51 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-21 10:02:51 +0200
commit97b1e374c5df2c77862f83c33620bc6541ed250f (patch)
tree0ee73c312734144779302c0f65cb183857d6907e /Makefile
parent44b7299a99d7e0c00722bad994c5f88c6f697068 (diff)
downloadpgfuse-97b1e374c5df2c77862f83c33620bc6541ed250f.tar.gz
pgfuse-97b1e374c5df2c77862f83c33620bc6541ed250f.tar.bz2
do not call psql clean in clean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7072c4d..46bd188 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,6 @@ clean:
rm -f pgfuse pgfuse.o pgsql.o pool.o
rm -f testfsync testfsync.o
rm -f testpgsql testpgsql.o
- psql < clean.sql
test: pgfuse testfsync testpgsql
psql < clean.sql