Updated makefile

This commit is contained in:
Mark Qvist 2022-10-03 14:29:45 +02:00
parent 52fc4c5dad
commit 69aa87e939

View File

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