aboutsummaryrefslogtreecommitdiffstats
path: root/lufis/Makefile
blob: 713e5097020fa021d6bd80588f3c8ed425e91b68 (plain) (blame)
1
2
3
4
5
6
7
8
9
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