From: Lars Hjemli Date: Sat, 9 Dec 2006 14:29:05 +0000 (+0100) Subject: Replace useless make rules with generic $(OBJECTS) dependency X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c76a52be5b5af940b8bcc9b3f554f4d44367506a Replace useless make rules with generic $(OBJECTS) dependency Signed-off-by: Lars Hjemli --- diff --git a/Makefile b/Makefile index 1470c0a..4e72b07 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,4 @@ clean: cgit: $(OBJECTS) $(CC) -o cgit $(OBJECTS) $(EXTLIBS) -cgit.o: cgit.h git.h config.o html.o - -config.o: cgit.h git.h html.c - -html.o: cgit.h git.h html.c +$(OBJECTS): cgit.h git.h