summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d16f856..7b8a076 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,11 @@ LDFLAGS = `pkg-config fuse --libs` -lpq
clean:
rm -f pgfuse pgfuse.o pgsql.o
+ psql < clean.sql
test: pgfuse
- psql < test.sql
+ psql < clean.sql
+ psql < schema.sql
-./pgfuse -s -v "" mnt
mount | grep pgfuse
-mkdir mnt/dir