Makefiles updated

This commit is contained in:
Mark Qvist 2022-10-03 12:54:35 +02:00
parent 4a2d9b1b78
commit 3b33da79f2
2 changed files with 7 additions and 2 deletions

View file

@ -22,6 +22,10 @@ cleanbuildozer:
cleanall: clean cleanbuildozer
preparewheel:
pyclean .
$(MAKE) -C sbapp cleanrns
build_wheel:
python3 setup.py sdist bdist_wheel