diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 11:35:43 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 11:35:43 +0000 |
commit | 3f619aaf49e88c38952c818c2bd3476fb7bbf132 (patch) | |
tree | 230a426ca5888535effac9c829ca56900a675150 /lufis/Makefile | |
parent | f46799d64b11a97637f658cfe4cd47855f5a269a (diff) | |
download | libfuse-3f619aaf49e88c38952c818c2bd3476fb7bbf132.tar.gz |
initial checkin
Diffstat (limited to 'lufis/Makefile')
-rw-r--r-- | lufis/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lufis/Makefile b/lufis/Makefile new file mode 100644 index 0000000..713e509 --- /dev/null +++ b/lufis/Makefile @@ -0,0 +1,10 @@ +CC = gcc +CFLAGS = -Wall -W -g +LDLIBS = -lfuse -lpthread -ldl -rdynamic +CPPFLAGS := -D_FILE_OFFSET_BITS=64 +#CPPFLAGS += -DDEBUG + +lufis: lufis.o options.o dircache.o + +clean: + rm -f *.o lufis |