Skip to content

Commit bf64580

Browse files
committed
Add makefile for building
1 parent d4ac8bf commit bf64580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
all:
2+
rm dist/*
3+
python setup.py sdist
4+
twine upload dist/*

0 commit comments

Comments
 (0)