diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-11-17 14:38:02 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-11-17 14:47:12 +0100 |
commit | 3c42fb81eb2cc9e658afc2156afa5d62880f3c7e (patch) | |
tree | 1d7eccf9af5d13a59d4de940965899ae17f58685 | |
parent | 2d2195cf1caaac1c5a3b081fc1a49d1f7c12bc96 (diff) | |
download | hadori-3c42fb81eb2cc9e658afc2156afa5d62880f3c7e.tar.gz |
Makefile: reset version.h on clean when in git
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,5 +33,6 @@ version.h: clean: rm -f hadori hadori.o hadori.1 + test ! -d .git || git checkout -f -- version.h .PHONY: version.h clean |