mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 22:25:39 +00:00
Updated makefile
This commit is contained in:
parent
52fc4c5dad
commit
69aa87e939
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -4,7 +4,9 @@ devapk:
|
|||
apk:
|
||||
make -C sbapp apk
|
||||
mkdir -p ./dist
|
||||
cp sbapp/bin/sideband-*-release.apk ./dist/
|
||||
|
||||
fetchapk:
|
||||
cp "./sbapp/bin/sideband-*-release.apk" ./dist/
|
||||
|
||||
install:
|
||||
make -C sbapp install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue