Correct a dependency.
This commit is contained in:
parent
6fdf1deccc
commit
67b8d38f53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
|
||||||
advent: $(OBJS)
|
advent: $(OBJS)
|
||||||
gcc -std=c99 -O $(DBX) -o advent $(OBJS) $(LIBS)
|
gcc -std=c99 -O $(DBX) -o advent $(OBJS) $(LIBS)
|
||||||
|
|
||||||
main.o: misc.h funcs.h
|
main.o: main.h misc.h funcs.h
|
||||||
|
|
||||||
init.o: misc.h main.h share.h funcs.h
|
init.o: misc.h main.h share.h funcs.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue