From 1a30d22de846a2c709c9c5c44adb248103c051e8 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Thu, 17 Jan 2013 23:18:09 +0100 Subject: [PATCH] Added Makefile to rebuild dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8c3179..1870331 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ DEPS=logger.h templates.h dirlisting.h util.h OBJ=$(patsubst %.c, %.o, $(SOURCE)) -$(TARGET): $(OBJ) $(DEPS) +$(TARGET): $(OBJ) $(DEPS) Makefile $(CC) -o $(TARGET) $(OBJ) $(LIBS) -%.o: %.c $(DEPS) +%.o: %.c $(DEPS) Makefile $(CC) -c $(CFLAGS) -o $@ $< $(INCLUDES) doc: