summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cc7956c..297f924 100644
--- a/Makefile
+++ b/Makefile
@@ -59,9 +59,9 @@ clean: clean-build clean-pyc clean-docs
.PHONY: clean
clean-build:
- @rm -rf build/
- @rm -rf dist/
- @rm -rf *.egg-info
+ rm -rf build/
+ rm -rf dist/
+ rm -rf *.egg-info
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +