update makefile to setuptools

gh-pages
somas95 2018-04-11 13:38:36 +02:00
parent 548b740daa
commit 7b92f44c3e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
all:
echo "Nothing"
python3 ./setup.py build
install:
python3 setup.py install --prefix=/app
python3 ./setup.py install --prefix=/app --skip-build --optimize=1