From c7949f70c9195dbf143ad33c2800f947f3e2af06 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Fri, 21 Dec 2012 14:19:09 -0500 Subject: [PATCH] Use version.h on osx and more files in .gitignore. --- .gitignore | 8 +++++++- osx/Makefile | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 430f9aa..7537b6b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,10 @@ osx/spectrwm.c osx/tree.h osx/swm_hack.c osx/swm_hack.so -osx/libswmhack.so.0.0 +osx/libswmhack.so.* +osx/version.h +linux/spectrwm.c +linux/swm_hack.c +linux/swm_hack.so +linux/libswmhack.so.* +linux/version.h 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 -- 2.39.2