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:
d96d5db
)
Make clean now removes cheat binary
author
Aaron Traas
<aaron@traas.org>
Wed, 28 Jun 2017 17:52:04 +0000
(13:52 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 28 Jun 2017 21:30:46 +0000
(17:30 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c5ce654163a0bef2d33b757ba7fe692775a4e4c1..9cb6feb8e03c7ccdd66330197092650d558e6313 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-80,7
+80,7
@@
dungeon: dungeon.o common.o
$(CC) $(CCFLAGS) -o $@ dungeon.o common.o
clean:
- rm -f *.o advent *.html database.h dungeon *.gcno *.gcda
+ rm -f *.o advent
cheat
*.html database.h dungeon *.gcno *.gcda
rm -f newdb.c newdb.h
rm -f README advent.6 MANIFEST *.tar.gz
rm -f *~