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