aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-06-12 21:26:19 +0100
committerNat Lasseter <user@4574.co.uk>2024-06-12 21:26:19 +0100
commit51416f5dfac39b6ede8340b57b9bed4eb3edc646 (patch)
treefa840f778dd5a48bc915dd43609d5065b5e1d115 /Makefile
parentdf7c4a808d691e1d927047bb86aa9738780e694d (diff)
Done Chapter 8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3536afe..fd3f4e6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ out.ppm: rtiaw $(wildcard lib/*.rb)
.phony: view clean
view: out.ppm
- eog out.ppm &
+ xv out.ppm
clean:
rm -f out.ppm