diff options
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 | ||
