diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-01-17 00:31:13 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-02-07 21:54:55 +0100 |
commit | 5241850c56cfbfebb12aef48b30e169b60f66f23 (patch) | |
tree | 4326f4fe9a79f100b4fd33a34760ae224b8d0ab6 /example-network/Makefile | |
parent | de18e653850dbf7f8fc6536bed087b1bbd022dcd (diff) | |
download | zig-playground-5241850c56cfbfebb12aef48b30e169b60f66f23.tar.gz zig-playground-5241850c56cfbfebb12aef48b30e169b60f66f23.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 |