added licence terms
[rrq/fusefile.git] / Makefile
1 BINS = fusefile
2
3 default: $(BINS)
4
5 fusefile: CFLAGS = -Wall -D_FILE_OFFSET_BITS=64
6 fusefile: LDFLAGS = -lfuse
7 fusefile: fusefile.c
8
9 clean:
10         rm $(BINS)