JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 5284e9f..d8f0206 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