From c4467452a243c792c5f060eac1736e7cafdbdf6b Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Mon, 23 Jan 2012 13:35:16 +0100 Subject: [PATCH] Clean up properly in linux/Makefile. ok marco --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2