]> code.delx.au - spectrwm/commitdiff
Clean up properly in linux/Makefile.
authorNiclas Zeising <zeising@daemonic.se>
Mon, 23 Jan 2012 12:35:16 +0000 (13:35 +0100)
committerLawrence Teo <lteo@lteo.net>
Tue, 24 Jan 2012 02:03:41 +0000 (21:03 -0500)
ok marco

linux/Makefile

index 5284e9f8bfa330abe40d0d2cbfa92142c1ff48ba..d8f02062456690f79fa42c8a7339d6d38640517f 100644 (file)
@@ -42,6 +42,6 @@ install: all
        install -m 644 ../scrotwm_ru.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_ru.1
 
 clean:
-       rm -f scrotwm *.o *.so libswmhack.so.* scrotwm.c swm_hack.c
+       rm -f scrotwm *.o *.so libswmhack.so.* scrotwm.c swm_hack.c version.h
 
 .PHONY: all install clean