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:
fbe3f90
)
Remove database.h from SOURCES list, it's generated.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 20:26:02 +0000
(16:26 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 20:26:02 +0000
(16:26 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f023b0e096e72ee90576a6785a4e713ba2cd4745..67e321b4f4545e6cc1666b6767ae33d124e0ae8b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,7
+11,7
@@
ifeq ($(UNAME_S),Linux)
endif
OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
-SOURCES=$(OBJS:.o=.c) compile.c advent.h
database.h
funcs.h adventure.text Makefile control
+SOURCES=$(OBJS:.o=.c) compile.c advent.h funcs.h adventure.text Makefile control
.c.o:
$(CC) $(CCFLAGS) $(DBX) -c $<