From a4deb3845517c6915fdf631a01552e3b7f2f153d Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 25 Jun 2019 06:08:32 +0000 Subject: [PATCH] update dummy c --- Makefile | 2 +- cyberwow/native/hello.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b3c537..8be478b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ run: # 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/hello + clang -target x86_64-linux-android21 cyberwow/native/hello.c -o cyberwow/native/output/x86_64/wownerod push: adb push cyberwow/native/output/hello /data/local/tmp diff --git a/cyberwow/native/hello.c b/cyberwow/native/hello.c index 569b40a..e474250 100644 --- a/cyberwow/native/hello.c +++ b/cyberwow/native/hello.c @@ -13,7 +13,7 @@ int main() i++; sleep(1); - if (i > 3) break; + /* if (i > 3) break; */ } return 0; }