From a88439202868a90745fa56f489ac698bbda73c45 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 11:09:26 +0200 Subject: Added Zig and structs with JSON parsing --- zig-structs/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zig-structs/Makefile (limited to 'zig-structs/Makefile') diff --git a/zig-structs/Makefile b/zig-structs/Makefile new file mode 100644 index 0000000..9afb087 --- /dev/null +++ b/zig-structs/Makefile @@ -0,0 +1,7 @@ +default: write read + +write: + zig run write.zig + +read: + zig run read.zig -- cgit v1.2.3