From 3fbe24e6cde0e423f603c41ec06da736bf1a275b Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 18 Dec 2024 23:05:29 +0100 Subject: fileio: minimal example --- example-fileio/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example-fileio/Makefile (limited to 'example-fileio/Makefile') 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 -- cgit v1.2.3