From 69aa87e9397bb76ebd6c60d813bb803f2ab81816 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Oct 2022 14:29:45 +0200 Subject: [PATCH] Updated makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37874e4..42359e8 100644 --- a/Makefile +++ b/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