Makefile: .PHONY, cleanup modules only
authorKonstantin Stepanov <kstep@p-nut.info>
Sun, 12 Dec 2010 14:46:11 +0000 (16:46 +0200)
committerKonstantin Stepanov <kstep@p-nut.info>
Sun, 12 Dec 2010 14:46:11 +0000 (16:46 +0200)
Makefile

index 8098d0d..69243fe 100644 (file)
--- 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