X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0d169ada2ba81210ab1191a5f2212662e90db77e..856c026e221d8ed82c5b75bc8da4bd65e89ea953:/Makefile 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