Replace useless make rules with generic $(OBJECTS) dependency
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
0d169ada2b
commit
c76a52be5b
1 changed files with 1 additions and 5 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue