diff options
author | NRK <nrk@disroot.org> | 2021-09-17 03:35:29 +0600 |
---|---|---|
committer | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2021-09-17 05:20:44 +0600 |
commit | 7244e252aa844dd7d702b9bde9713d2ca65e3603 (patch) | |
tree | d7b9ce752a6eeb4ef8e028715a8c4109853db19e | |
parent | 3ef355bccc6fe0adc853d08550299fdf55b4c188 (diff) |
fix build when not git cloned
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |