diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-01-17 00:31:13 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-01-17 00:55:34 +0100 |
commit | f37617645ab220c2d80c1886b20eb2fb8a22bc5c (patch) | |
tree | 76fd5e15e6c30e7b54fc348d9ee381c412f49e2d /example-network/Makefile | |
parent | 4f2a23efa8b144810b867c9c81587365e2c87d3f (diff) | |
download | zig-playground-f37617645ab220c2d80c1886b20eb2fb8a22bc5c.tar.gz zig-playground-f37617645ab220c2d80c1886b20eb2fb8a22bc5c.zip |
Diffstat (limited to 'example-network/Makefile')
-rw-r--r-- | example-network/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example-network/Makefile b/example-network/Makefile index 8fc8a1c..7b51314 100644 --- a/example-network/Makefile +++ b/example-network/Makefile @@ -2,3 +2,6 @@ s: zig run basic.zig -- -s c: zig run basic.zig + +pong: pong.zig + zig build-exe $^ -O ReleaseFast |