summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-24 08:47:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-24 08:47:09 +0200
commit4c66c1421aad75e1fc1f00de631c95b108073485 (patch)
tree2da53907eac3b4a5271d9f5f70d1b7753fc3f972 /Makefile
parente1669b74ddec239ce2b987180bb6b81bb4fb0580 (diff)
downloadpgfuse-4c66c1421aad75e1fc1f00de631c95b108073485.tar.gz
pgfuse-4c66c1421aad75e1fc1f00de631c95b108073485.tar.bz2
-
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0a5a88..864e303 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
rm -f pgfuse pgfuse.o pgsql.o pool.o
cd tests && $(MAKE) clean
-test:
+test: pgfuse
cd tests && $(MAKE) test
pgfuse: pgfuse.o pgsql.o pool.o