From 5a77c137a2b580c15142bbcb0aa8bd50dd04b52d Mon Sep 17 00:00:00 2001 From: fuwa Date: Fri, 14 Jun 2019 23:34:14 +0800 Subject: [PATCH] add collect task --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 086c54e..1b3c537 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ test-android: test-c: c push test-android +collect: + cp ../vendor/wownero/bin/wownerod cyberwow/native/output/arm64/ + build: cd cyberwow && \ flutter build apk --target-platform android-arm64