From 45b83773fd50e32b4a5ad4b33a10de423587401e Mon Sep 17 00:00:00 2001 From: fuwa Date: Mon, 20 Jan 2020 04:29:46 +0800 Subject: [PATCH] add build-debug task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7363f41..7a3e831 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,10 @@ build: cd cyberwow && \ flutter build apk --target-platform android-arm64 +build-debug: + cd cyberwow && \ + flutter build apk --debug --target-platform android-arm64 + install: build cd cyberwow && \ flutter install