aboutsummaryrefslogtreecommitdiff
path: root/03_threads/build-native.sh
diff options
context:
space:
mode:
Diffstat (limited to '03_threads/build-native.sh')
-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