From: Niclas Zeising Date: Mon, 23 Jan 2012 12:35:16 +0000 (+0100) Subject: Clean up properly in linux/Makefile. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=c4467452a243c792c5f060eac1736e7cafdbdf6b;p=spectrwm.git Clean up properly in linux/Makefile. ok marco --- diff --git a/linux/Makefile b/linux/Makefile index 5284e9f..d8f0206 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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