X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=osx%2FMakefile;h=bccfd98573a177aea7c9898049ebe7d4b289dc7b;hb=d766c1e8d1880f50d937065737bac04ad80548f9;hp=e3924eb34f4e4992055b2032faf514713a0a4aa2;hpb=19f78726c19ab0b632cee45c53e3a6020e8f7b32;p=spectrwm.git diff --git a/osx/Makefile b/osx/Makefile index e3924eb..bccfd98 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -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