summaryrefslogtreecommitdiff
path: root/example-fileio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example-fileio/Makefile')
-rw-r--r--example-fileio/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/example-fileio/Makefile b/example-fileio/Makefile
new file mode 100644
index 0000000..d3b22bd
--- /dev/null
+++ b/example-fileio/Makefile
@@ -0,0 +1,6 @@
+run:
+ zig run file.zig
+ od -tx1 -tc moose
+
+clean:
+ $(RM) moose