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:
5ae7699
)
Remove 'compile' upon 'make clean'.
17/head
author
Jason S. Ninneman
<jsn@mbar.us>
Mon, 29 May 2017 05:53:03 +0000
(22:53 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Mon, 29 May 2017 05:53:03 +0000
(22:53 -0700)
Also remove a disused rule.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5eab9d5288aa42ba0442dd19df776aa592b6f3b6..d4c82b53bdee1c1de777113f4ff4d32d956fc51b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,7
@@
database.c database.h: compile
gcc $(OPTIONS) -O $(DBX) -c database.c
clean:
- rm -f *.o advent advent.html advent.6 database.[ch]
+ rm -f *.o advent advent.html advent.6 database.[ch]
compile
cd tests; $(MAKE) --quiet clean
check: advent
@@
-50,6
+50,3
@@
release: advent-$(VERS).tar.gz advent.html
refresh: advent.html
shipper -N -w version=$(VERS) | sh -e -x
-
-database:
- cd database; $(MAKE)