Stole the Makefile for building packages from master.
This commit is contained in:
parent
e61e20e497
commit
506913cdd8
9
extras/Makefile
Normal file
9
extras/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
all: sdist bdist_wheel
|
||||
|
||||
sdist:
|
||||
python setup.py sdist
|
||||
|
||||
bdist_wheel:
|
||||
python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel
|
||||
|
||||
.PHONY : sdist bdist_wheel
|
Loading…
x
Reference in New Issue
Block a user