Replace useless make rules with generic $(OBJECTS) dependency
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
orang tua
0d169ada2b
melakukan
c76a52be5b
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
|
|
||||||
|
Memuat…
Reference in New Issue
Block a user