aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4741e6a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-CC = gcc
-
-CFLAGS := -Wall -W -g
-LDLIBS := -lpthread -ldl -rdynamic
-
-PKGCONFIG := env PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config
-CFLAGS += $(shell $(PKGCONFIG) --cflags fuse)
-LDLIBS += $(shell $(PKGCONFIG) --libs fuse)
-CFLAGS += $(shell $(PKGCONFIG) --cflags glib-2.0)
-LDLIBS += $(shell $(PKGCONFIG) --libs glib-2.0)
-
-CPPFLAGS := -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-
-sshfs: sshfs.o
-
-clean:
- rm -f *.o sshfs