Add makefile

kano-refactor-lib
Micke Nordin 12 hours ago
parent 21bf26519d
commit b12471087d
Signed by: micke
GPG Key ID: 0DA0A7A5708FE257

@ -0,0 +1,13 @@
.PHONY: publish
publish:
flit publish
.PHONY: deb
deb:
briefcase update linux system --target debian:testing
briefcase build linux system --target debian:testing
briefcase package linux system --target debian:testing
.PHONY: clean
clean:
rm -rf build dist
Loading…
Cancel
Save