diff options
Diffstat (limited to 'zig-structs/Makefile')
| -rw-r--r-- | zig-structs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 1 | default: write read | ||
| 2 | |||
| 3 | write: | ||
| 4 | zig run write.zig | ||
| 5 | |||
| 6 | read: | ||
| 7 | zig run read.zig | ||
