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:
495f4af
)
Removed bogus depenency of .h on .h.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 20:45:03 +0000
(16:45 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 20:45:03 +0000
(16:45 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 62c333f75b94b0fde6404dacc24b66dd8b2eef30..1e44a406d693f8307142b913fe877db88911576a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,8
+33,6
@@
misc.o: advent.h database.h
database.o: database.h
-funcs.h: database.h
-
compile: compile.c
$(CC) $(CCFLAGS) -o $@ $<