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-01-17 00:55:34 +0100
commitf37617645ab220c2d80c1886b20eb2fb8a22bc5c (patch)
tree76fd5e15e6c30e7b54fc348d9ee381c412f49e2d /example-network/Makefile
parent4f2a23efa8b144810b867c9c81587365e2c87d3f (diff)
downloadzig-playground-main.tar.gz
zig-playground-main.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