Replace useless make rules with generic $(OBJECTS) dependency
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Tento commit je obsažen v:
6
Makefile
6
Makefile
@@ -17,8 +17,4 @@ clean:
|
|||||||
cgit: $(OBJECTS)
|
cgit: $(OBJECTS)
|
||||||
$(CC) -o cgit $(OBJECTS) $(EXTLIBS)
|
$(CC) -o cgit $(OBJECTS) $(EXTLIBS)
|
||||||
|
|
||||||
cgit.o: cgit.h git.h config.o html.o
|
$(OBJECTS): cgit.h git.h
|
||||||
|
|
||||||
config.o: cgit.h git.h html.c
|
|
||||||
|
|
||||||
html.o: cgit.h git.h html.c
|
|
||||||
|
Odkázat v novém úkolu
Zablokovat Uživatele