From d626ba7f62f398b8cc326b4c5ed9b5086d37a6e0 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 15 Feb 2017 23:31:19 -0800 Subject: [PATCH] Delete src/common/git_hash.h when doing "make clean". --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 {} \; -- 2.34.1