summaryrefslogtreecommitdiff
path: root/example-network/Makefile
diff options
context:
space:
mode:
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