4 lines
129 B
Makefile
4 lines
129 B
Makefile
bin_PROGRAMS=tcfs
|
|
tcfs_SOURCES=src/tcfs.c
|
|
tcfs_LDADD = $(LIBOBJS) $(FUSE_LIBS)
|
|
tcfs_CFLAGS = $(FUSE_CFLAGS) -DFUSE_USE_VERSION=28
|