aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-11-27 10:46:57 +0900
committernsfisis <nsfisis@gmail.com>2022-11-27 10:46:57 +0900
commit4d078dd00a5d9d5557e96c6cf07a86b006aad080 (patch)
treef932a82ae89fb229fbc5ebd11cd3f481e4bc1b67 /Makefile
downloadRayTracingInOneWeekend.zig-4d078dd00a5d9d5557e96c6cf07a86b006aad080.tar.gz
RayTracingInOneWeekend.zig-4d078dd00a5d9d5557e96c6cf07a86b006aad080.tar.zst
RayTracingInOneWeekend.zig-4d078dd00a5d9d5557e96c6cf07a86b006aad080.zip
first commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8afdac7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+.PHONY: all
+all:
+ @zig build run
+
+.PHONY: fmt
+fmt:
+ @zig fmt .