summaryrefslogtreecommitdiff
path: root/setuptools-makefile
blob: 96c28f0938ca0993d58f9ef9f382f33e35e527be (plain)
1
2
3
4
5
all:
	python3 ./setup.py build

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