aboutsummaryrefslogtreecommitdiff
path: root/03_threads/build-native.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-10 12:02:10 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-10 12:02:10 +0200
commit4ea98362c39d63bbfaef28aa25a1e630e01c5611 (patch)
tree58325878046ec59b22cc0012497f220cc04762eb /03_threads/build-native.sh
parent18132bf9c9755a7de41a8c89dc6b02409a629cd5 (diff)
downloademscripten-tutorial-4ea98362c39d63bbfaef28aa25a1e630e01c5611.tar.gz
emscripten-tutorial-4ea98362c39d63bbfaef28aa25a1e630e01c5611.zip
Added native exampleHEADmaster
Diffstat (limited to '')
-rwxr-xr-x03_threads/build-native.sh4
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
3mkdir -p build
4cc -o build/native primes.c native.c

Generated with cgit - Back to sebastiano.tronto.net