knotctl/Makefile
2025-01-30 12:24:04 +01:00

13 lines
264 B
Makefile

.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