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; }