aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9006a27..3eb994f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ BUILDFLAGS := -Doptimize=ReleaseFast
.PHONY: all
all: fmt
- @rm -f out.ppm
- @zig build ${BUILDFLAGS} run > out.ppm
+ @rm -f out.png
+ @zig build ${BUILDFLAGS} run
.PHONY: build
build: fmt