From 5796c86ed0384330eb1b2c6b19295f607ae1f20e Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 25 Jun 2019 14:20:43 +0800 Subject: [PATCH] add build-c task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8be478b..c48be1a 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,10 @@ run: c: clang -target x86_64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/x86_64/wownerod +build-c: c + cd cyberwow && \ + flutter clean + push: adb push cyberwow/native/output/hello /data/local/tmp