From b12471087d6aa39048b0a750bd3ca106523dfdfb Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 30 Jan 2025 12:24:04 +0100 Subject: [PATCH] Add makefile --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5874837 --- /dev/null +++ b/Makefile @@ -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