Delete src/common/git_hash.h when doing "make clean".
authorDavid Griffith <dave@661.org>
Thu, 16 Feb 2017 07:31:19 +0000 (23:31 -0800)
committerDavid Griffith <dave@661.org>
Thu, 16 Feb 2017 07:31:19 +0000 (23:31 -0800)
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 {} \;