mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
zig extension
This commit is contained in:
parent
d851515f37
commit
594ee7d436
1 changed files with 3 additions and 1 deletions
4
packages/zig/0.7.1/compile
vendored
4
packages/zig/0.7.1/compile
vendored
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# optimizing for small programs
|
||||
zig build-exe -O ReleaseSmall --color off --cache-dir . --global-cache-dir . --name out "$@"
|
||||
rename 's/$/\.zig/' "$@" # Add .zig extension
|
||||
|
||||
zig build-exe -O ReleaseSmall --color off --cache-dir . --global-cache-dir . --name out *.zig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue