all:
	python3 setup.py build

install:
	python3 setup.py install --prefix=/app ${ARGS}
