Skip to content

Commit 7866306

Browse files
committed
Add clean directive to Makefile
1 parent a4f7049 commit 7866306

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
dist:
1+
dist: clean
22
python setup.py sdist bdist_wheel
33
twine upload dist/*
44

55
.PHONY: dist
6+
7+
clean:
8+
rm -rf dist

0 commit comments

Comments
 (0)