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