diff --git a/Makefile b/Makefile index 3e20389..b8e10c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC=gcc COPTS=-Wall -g -O0 --std=gnu99 -pedantic `pkg-config fuse --cflags` LDOPTS=`pkg-config fuse --libs` -%.o: %.c +%.o: %.c config.h $(CC) $(COPTS) -o $@ -c $< tcfs: $(OBJS)