diff --git a/Makefile b/Makefile index 9b1927c..72b5b3b 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,8 @@ version.h: Makefile .git/index v="$$(git describe 2>/dev/null)"; \ echo "#define VERSION \"$${v:-$(VERSION)}\"" >$@ +.git/index: + clean: $(RM) *.o nsxiv