summaryrefslogtreecommitdiff
path: root/zig-http/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-16 18:44:51 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-16 18:44:51 +0200
commit135321620a433778be784ed8811af40a8cfb2875 (patch)
treeb65c6499aa483707240e7956b95c5a97ac21741e /zig-http/Makefile
parenta72805786a3444726eb7bf9d1fd22714ffc5fac3 (diff)
downloadprobe-135321620a433778be784ed8811af40a8cfb2875.tar.gz
Added basic HTTP 1.1 server primer
Diffstat (limited to 'zig-http/Makefile')
-rw-r--r--zig-http/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/zig-http/Makefile b/zig-http/Makefile
new file mode 100644
index 0000000..b962fd1
--- /dev/null
+++ b/zig-http/Makefile
@@ -0,0 +1,2 @@
+default:
+ zig run main.zig