From 93c14519046f575580047c00b183d0f015f41d82 Mon Sep 17 00:00:00 2001 From: Matthias Blankertz Date: Sat, 6 Nov 2010 00:18:56 +0100 Subject: [PATCH] Added config.h dependency. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)