summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a10a18..ac46f1e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,6 @@ build:
python setup.py bdist_wheel
.PHONY: build
+clean:
+ rm -rf build/ dist/ nfsw.egg-info/
+.PHONY: clean