From e9bc70a26d1d7a76270618301714b0e47a9f4674 Mon Sep 17 00:00:00 2001 From: fuwa Date: Thu, 30 Apr 2020 22:45:26 +0800 Subject: [PATCH] clean up makefile --- Makefile | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index 4d40612..e4c08c0 100644 --- a/Makefile +++ b/Makefile @@ -50,32 +50,13 @@ run-release: cd cyberwow && \ flutter run --release --pid-file /tmp/flutter.pid -# clang -target aarch64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/hello -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 - -test-android: - adb shell /data/local/tmp/hello - -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 -v + flutter build apk --target-platform android-arm64 build-bundle: cd cyberwow && \ - flutter build appbundle --target-platform android-arm64 -v + flutter build appbundle --target-platform android-arm64 build-debug: cd cyberwow && \ @@ -91,8 +72,6 @@ script := etc/scripts/build-external-libs wow: clean-external-libs collect-wownero build -wow-no-native: build - clean-external-libs: $(script)/clean.sh