diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |