Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3d9ec
)
Better cleaning up after a DOS build
author
David Griffith
<dave@661.org>
Mon, 13 Aug 2012 07:31:27 +0000
(
00:31
-0700)
committer
David Griffith
<dave@661.org>
Mon, 13 Aug 2012 07:31:27 +0000
(
00:31
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index fb2ea8d743a1cae1f184e70c755db618da822b49..bc0d3158c0ad6e405feeec08d167505d31c708c5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-323,8
+323,8
@@
dist: distclean
clean:
rm -f $(SRCDIR)/*.h $(SRCDIR)/*.a
- rm -f $(COMMON_DIR)/*.o $(CURSES_DIR)/*.o $(DUMB_DIR)/*.o $(BLORB_DIR)/*.o $(SDL_DIR)/*.o
- rm -f $(COMMON_DIR)/*.O $(CURSES_DIR)/*.O $(DUMB_DIR)/*.O $(BLORB_DIR)/*.O $(SDL_DIR)/*.O
+ find . -name *.o -exec rm -f {} \;
+ find . -name *.O -exec rm -f {} \;
distclean: clean
rm -f $(BINNAME)$(EXTENSION) d$(BINNAME)$(EXTENSION) s$(BINNAME)