From 40bb5cc422aefd6c8015d9f4b2d0dbfb63691729 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 3 Dec 2022 21:36:14 +0900 Subject: add Makefile target, build --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 995d209..da02229 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,10 @@ all: fmt @rm -f out.ppm @zig build run > out.ppm +.PHONY: build +build: fmt + @zig build + .PHONY: fmt fmt: @zig fmt . -- cgit v1.2.3-70-g09d2