diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-04-01 11:56:52 -0400 |
---|---|---|
committer | Vincent Batts <vbatts@hashbangbash.com> | 2011-04-01 11:56:52 -0400 |
commit | 44adcebbfa8e124c93b876182f64512444eae987 (patch) | |
tree | 5ba22e42eb6bfc4f764f3b12ca748815b3258218 /Makefile | |
parent | 9dc94a2106fa2c2ba5274f1266e7b63bf5bcf05a (diff) | |
download | slackbook-44adcebbfa8e124c93b876182f64512444eae987.tar.xz |
fixing the view make target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ clean: rm -f book.html .PHONY: view -view: +view: book.html xdg-open book.html .DEFAULT_GOAL := book.html |