diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-10 12:02:10 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-10 12:02:10 +0200 |
| commit | 4ea98362c39d63bbfaef28aa25a1e630e01c5611 (patch) | |
| tree | 58325878046ec59b22cc0012497f220cc04762eb /03_threads/build-native.sh | |
| parent | 18132bf9c9755a7de41a8c89dc6b02409a629cd5 (diff) | |
| download | emscripten-tutorial-4ea98362c39d63bbfaef28aa25a1e630e01c5611.tar.gz emscripten-tutorial-4ea98362c39d63bbfaef28aa25a1e630e01c5611.zip | |
Diffstat (limited to '')
| -rwxr-xr-x | 03_threads/build-native.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/03_threads/build-native.sh b/03_threads/build-native.sh new file mode 100755 index 0000000..251e0a0 --- /dev/null +++ b/03_threads/build-native.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | mkdir -p build | ||
| 4 | cc -o build/native primes.c native.c | ||
