aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-06-24 22:12:44 +0100
committerNat Lasseter <user@4574.co.uk>2024-06-24 22:12:44 +0100
commitd248e30d365d5e401d5cd372aa415fb2f9a39326 (patch)
tree58c5602ec20ad39ff34640503c7a4d35c4e563cb /Makefile
parentbd3bbdd239fd91056442384bfe3a86b2b8c0e68e (diff)
Chapter 10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a62fa2..5a16559 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ out.ppm : rtiaw
./$< > $@
rtiaw: $(wildcard *.go)
- go build
+ go build -o $@ $^
.phony: view clean