X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/19f78726c19ab0b632cee45c53e3a6020e8f7b32..c7949f70c9195dbf143ad33c2800f947f3e2af06:/osx/Makefile 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