Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c5f8287

Browse files
committed
Stopped build and dist dirs being owned by root
1 parent 8168029 commit c5f8287

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ upload: clean all
2727
$(PYTHON) setup.py sdist upload --sign --identity="$(EMAIL)"
2828

2929
clean:
30-
rm -rf build dist
30+
rm -rf build
31+
rm -rf dist
32+
mkdir build dist
3133
$(PYTHON) setup.py clean
3234

0 commit comments

Comments
 (0)