diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 18:44:51 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 18:44:51 +0200 |
| commit | 135321620a433778be784ed8811af40a8cfb2875 (patch) | |
| tree | b65c6499aa483707240e7956b95c5a97ac21741e /zig-http/Makefile | |
| parent | a72805786a3444726eb7bf9d1fd22714ffc5fac3 (diff) | |
| download | probe-135321620a433778be784ed8811af40a8cfb2875.tar.gz | |
Added basic HTTP 1.1 server primer
Diffstat (limited to 'zig-http/Makefile')
| -rw-r--r-- | zig-http/Makefile | 2 |
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 |
