aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53987c969..1fa771f23 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,12 @@ speedy: speedy-prod-native speedy-prod-wasi speedy-prod-wasm
api:
peechy --schema src/api/schema.peechy --esm src/api/schema.js --ts src/api/schema.d.ts --zig src/api/schema.zig
-speedy-prod-native:
- zig build -Drelease-fast
+
+speedy-prod-native-macos:
+ zig build -Drelease-fast -Dtarget=x86_64-macos-gnu
+
+speedy-m1:
+ zig build -Drelease-fast -Dtarget=aarch64-macos-gnu
speedy-prod-wasm:
zig build -Drelease-fast -Dtarget=wasm32-freestanding