aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-06-24 16:22:20 +0100
committerNat Lasseter <user@4574.co.uk>2024-06-24 16:22:20 +0100
commit63cee9aa6eb62afb2e8e726d2de16b76935c5f4c (patch)
tree5f27e23aefb21ec02a230ec3d01921c599a8ea2c /Makefile
parentb7814d6822d03517fc846b95865965618be7d406 (diff)
Refactor camera
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7bcf3da..7a62fa2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-rtiaw: $(wildcard *.go)
- go build
-
out.ppm : rtiaw
./$< > $@
+rtiaw: $(wildcard *.go)
+ go build
+
.phony: view clean
view: out.ppm