summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a0a827..54c1e46 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,6 @@ prd-tb:
.PHONY: prd-tb
clean:
- rm -rf build/ dist/ nfsw.egg-info/
+ rm -rf build/ dist/ nfsw.egg-info/ instance
find ./ -type d -name '__pycache__' -exec rm -rf {} +
.PHONY: clean