summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f987b4f..6271bc3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,5 +45,5 @@ clean-build:
.PHONY: clean-build
clean-pyc:
- @find . -name '*.pyc' -exec rm -f {} +
+ find . -name '*.pyc' -exec rm -f {} +
.PHONY: clean-pyc