Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Stopped build and dist dirs being owned by root
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jun 17, 2016
1 parent 8168029 commit c5f8287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ upload: clean all
$(PYTHON) setup.py sdist upload --sign --identity="$(EMAIL)"

clean:
rm -rf build dist
rm -rf build
rm -rf dist
mkdir build dist
$(PYTHON) setup.py clean

0 comments on commit c5f8287

Please sign in to comment.