all:
	python3 ./setup.py build

install:
	python3 ./setup.py install --prefix=/app --skip-build --optimize=1
