diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 18:22:31 -0400 |
| commit | 245a3831d7266913b0281bfa19058b59ac80818b (patch) | |
| tree | d20043b79a8df535a7df9b1d19c249e6ebd2d5a1 /build_native.sh | |
| parent | 8526f9689b7bbeb09a14fbd159ef6d1871909df4 (diff) | |
big b0i
Diffstat (limited to 'build_native.sh')
| -rw-r--r-- | build_native.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/build_native.sh b/build_native.sh index 44e1d45..a349643 100644 --- a/build_native.sh +++ b/build_native.sh @@ -1,23 +1,23 @@ #!/bin/bash rm exp.js -find js -name '*.js' -exec cat {} \; >> exp.js +find src/js -name '*.js' -exec cat {} \; >> exp.js echo >> exp.js echo "main();" >> exp.js # build for host -gcc -I $(pwd)/inc/ \ - src/main.c \ - src/ip_tools.c \ - src/stage0_primitives.c \ - src/stage1_primitives.c \ - src/patchfinder.c \ - src/stage2.c \ - src/shit.c \ - -o bin/main_arm \ +gcc -I $(pwd)/inc/ \ + src/gen/main.c \ + src/gen/ip_tools.c \ + src/gen/stage0_primitives.c \ + src/gen/stage1_primitives.c \ + src/gen/patchfinder.c \ + src/gen/stage2.c \ + src/gen/shit.c \ + -o bin/main_arm \ -D__WHOAMI__="\"$(whoami)\"" \ -D__PWD__="\"$(pwd)\"" \ - -g \ + -g \ --std=c99 ldid -Sent.xml bin/main_arm |
