From 18b35ebe58867dab6ba3d7e7b04a65e2f7bf128d Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Sun, 12 Dec 2010 16:46:11 +0200 Subject: [PATCH] Makefile: .PHONY, cleanup modules only --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8098d0d..69243fe 100644 --- a/Makefile +++ b/Makefile @@ -25,5 +25,7 @@ uninstall: rm -f $(DESTDIR)/etc/event.d/dbuscron clean: - find . -name "*.py[co]" | xargs rm -f + find ./dbuscron -name "*.py[co]" | xargs rm -f + +.PHONY: all install uninstall clean -- 1.7.9.5