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:
3d467e3
)
Delete src/common/git_hash.h when doing "make clean".
author
David Griffith
<dave@661.org>
Thu, 16 Feb 2017 07:31:19 +0000
(23:31 -0800)
committer
David Griffith
<dave@661.org>
Thu, 16 Feb 2017 07:31:19 +0000
(23:31 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e6d6abf62de47b7de557e3b01f68ddfafe9d7745..646cca9b4adf0293dc9175947c2615a7a21c2880 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-292,6
+292,7
@@
dist: distclean hash
clean:
rm -f $(SRCDIR)/*.h $(SRCDIR)/*.a
rm -f $(COMMON_DIR)/defines.h
+ rm -f $(COMMON_DIR)/git_hash.h
rm -f $(CURSES_DIR)/curses_defines.h
find . -name *.o -exec rm -f {} \;
find . -name *.O -exec rm -f {} \;