From: David Griffith Date: Thu, 16 Feb 2017 07:31:19 +0000 (-0800) Subject: Delete src/common/git_hash.h when doing "make clean". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=d626ba7f62f398b8cc326b4c5ed9b5086d37a6e0;p=liskon_frotz.git Delete src/common/git_hash.h when doing "make clean". --- diff --git a/Makefile b/Makefile index e6d6abf..646cca9 100644 --- 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 {} \;