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

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Sassnowski committed May 17, 2018
1 parent 50f08a9 commit 6319e7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
clean:
rm -rf ./dist

build: clean
pipenv run python setup.py sdist

0 comments on commit 6319e7f

Please sign in to comment.