Make clean now removes cheat binary
This commit is contained in:
parent
d96d5db51f
commit
6150e3be1f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 *~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue