summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46e4b64..766df70 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean:
rm -f book.html
.PHONY: view
-view:
+view: book.html
xdg-open book.html
.DEFAULT_GOAL := book.html