diff options
author | 2021-05-19 19:30:24 -0700 | |
---|---|---|
committer | 2021-05-19 19:30:24 -0700 | |
commit | a58adfcaa2bcbf24d568af3a0175a6a3ab4e1e05 (patch) | |
tree | 23a585cba094f192097422bf2c3e7b78256cadcf /Makefile | |
parent | 2884b759c3143d7ba1d44ec8c38987566940d050 (diff) | |
download | bun-a58adfcaa2bcbf24d568af3a0175a6a3ab4e1e05.tar.gz bun-a58adfcaa2bcbf24d568af3a0175a6a3ab4e1e05.tar.zst bun-a58adfcaa2bcbf24d568af3a0175a6a3ab4e1e05.zip |
Starting to work on rutnime
Former-commit-id: 23220fd348f86bda50fb4e4a64cce9c4b167499f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ api: speedy-prod-native-macos: zig build -Drelease-fast -Dtarget=x86_64-macos-gnu +speedy-prod-native-macos-lib: + zig build lib -Drelease-fast -Dtarget=x86_64-macos-gnu + speedy-m1: zig build -Drelease-fast -Dtarget=aarch64-macos-gnu |