projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdf1de
)
Correct a dependency.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 27 May 2017 14:24:34 +0000
(10:24 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 27 May 2017 14:24:34 +0000
(10:24 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8dbcb562e5c9529c13755ea7e2fa2197460da871..84477c8b62f9c93af575811b46e45c6cfb84493d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,7
+10,7
@@
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
advent: $(OBJS)
gcc -std=c99 -O $(DBX) -o advent $(OBJS) $(LIBS)
-main.o: misc.h funcs.h
+main.o: m
ain.h m
isc.h funcs.h
init.o: misc.h main.h share.h funcs.h