add Makefile/setup.py to build .exe distribution
This commit is contained in:
parent
9e325a9437
commit
2c83245947
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build
|
||||||
|
dist
|
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
.PHONY: dist
|
||||||
|
dist:
|
||||||
|
-rm -rf dist
|
||||||
|
pythonw setup.py py2exe
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
-rm -rf build dist
|
Loading…
x
Reference in New Issue
Block a user