summaryrefslogtreecommitdiff
path: root/example-network/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-01-17 00:31:13 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-02-07 21:54:55 +0100
commit5241850c56cfbfebb12aef48b30e169b60f66f23 (patch)
tree4326f4fe9a79f100b4fd33a34760ae224b8d0ab6 /example-network/Makefile
parentde18e653850dbf7f8fc6536bed087b1bbd022dcd (diff)
downloadzig-playground-5241850c56cfbfebb12aef48b30e169b60f66f23.tar.gz
zig-playground-5241850c56cfbfebb12aef48b30e169b60f66f23.zip
net: small message ping-pong example with arg parseHEADmain
Diffstat (limited to 'example-network/Makefile')
-rw-r--r--example-network/Makefile3
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