summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index daef830..46e4b64 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,8 @@ book.html: clean build.sh $(chapters)
clean:
rm -f book.html
+.PHONY: view
+view:
+ xdg-open book.html
+
.DEFAULT_GOAL := book.html