mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
First stab as getting a capability to dump out .deb files for both Python2 and Python3.
This commit is contained in:
7
Makefile
7
Makefile
@ -9,6 +9,10 @@ clean:
|
||||
rm -f *.pyo *.pyc
|
||||
rm -f *.egg
|
||||
rm -f overlays/*.pyo overlays/*.pyc
|
||||
rm -rf __pycache__
|
||||
rm -rf debian/python-chip-io*
|
||||
rm -rf debian/python3-chip-io*
|
||||
|
||||
tests:
|
||||
py.test
|
||||
|
||||
@ -17,3 +21,6 @@ build:
|
||||
|
||||
install: build
|
||||
python setup.py install --force
|
||||
|
||||
debfile:
|
||||
dpkg-buildpackage -rfakeroot -uc -b
|
||||
|
Reference in New Issue
Block a user