aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-09-04 17:35:47 +0200
committerAndré Erdmann <dywi@mailerd.de>2013-09-04 17:35:47 +0200
commit26c0c7a2a482463b4b03b327566e830f5cf50eac (patch)
treeadff52ddb4432420a7780a8f70d5a652c8343b93 /Makefile
parentfiles/hooks: git-push (experimental/todo) (diff)
downloadR_overlay-26c0c7a2a482463b4b03b327566e830f5cf50eac.tar.gz
R_overlay-26c0c7a2a482463b4b03b327566e830f5cf50eac.tar.bz2
R_overlay-26c0c7a2a482463b4b03b327566e830f5cf50eac.zip
Makefile: fix _pyclean target
delete both .pyc and .pyo files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c77b5c8..4aa6bcc 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ clean-log:
rm -rf -- $(LOGDIR)
_pyclean:
- find . -name "*.pyc" -or -name "*.pyo" -delete
+ find . \( -name "*.pyc" -or -name "*.pyo" \) -delete -print
_pydoc_clean:
rm -f -- $(SELFDOC)/*.html