aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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