From 90f51d3802b7b8146813f5e12cce9656b1af6c07 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Apr 2012 12:36:03 +0200 Subject: added init and destroy, added syslog --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 169ec2f..5cf432c 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,12 @@ LDFLAGS = `pkg-config fuse --libs` -lpq clean: rm -f pgfuse pgfuse.o +test: pgfuse + -./pgfuse "" mnt + mount | grep pgfuse + -ls mnt + fusermount -u mnt + pgfuse: pgfuse.o gcc -o pgfuse $(LDFLAGS) pgfuse.o -- cgit v1.2.3-54-g00ecf