From 28c3648abcffd0fbc33e2c1ed6bb9c18fc8ad71d Mon Sep 17 00:00:00 2001 From: fuwa Date: Sun, 1 Dec 2019 20:25:37 +0800 Subject: [PATCH] add install task --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8919aba..73bd69b 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,9 @@ build: cd cyberwow && \ flutter build apk --target-platform android-arm64 +install: build + cd cyberwow && \ + flutter install # build wownero android binary