Add makefile
This commit is contained in:
parent
21bf26519d
commit
b12471087d
1 changed files with 13 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue