]> code.delx.au - spectrwm/blobdiff - osx/Makefile
Use version.h on osx and more files in .gitignore.
[spectrwm] / osx / Makefile
index e3924eb34f4e4992055b2032faf514713a0a4aa2..bccfd98573a177aea7c9898049ebe7d4b289dc7b 100644 (file)
@@ -18,6 +18,7 @@ all: spectrwm libswmhack.so.$(LVERS)
 spectrwm.c:
        ln -sf ../linux/tree.h
        ln -sf ../spectrwm.c
+       ln -sf ../version.h
 
 swm_hack.c:
        ln -sf ../lib/swm_hack.c
@@ -47,6 +48,6 @@ install: all
        ln -sf $(DESTDIR)$(BINDIR)/spectrwm $(DESTDIR)$(BINDIR)/scrotwm
 
 clean:
-       rm -f spectrwm *.o *.so libswmhack.so.* spectrwm.c swm_hack.c tree.h
+       rm -f spectrwm *.o *.so libswmhack.so.* spectrwm.c swm_hack.c tree.h version.h
 
 .PHONY: all install clean