Add makefile

This commit is contained in:
Micke Nordin 2025-01-30 12:24:04 +01:00
parent 21bf26519d
commit b12471087d
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257

13
Makefile Normal file
View file

@ -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