summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2011-04-01 11:56:52 -0400
committerVincent Batts <vbatts@hashbangbash.com>2011-04-01 11:56:52 -0400
commit44adcebbfa8e124c93b876182f64512444eae987 (patch)
tree5ba22e42eb6bfc4f764f3b12ca748815b3258218
parent9dc94a2106fa2c2ba5274f1266e7b63bf5bcf05a (diff)
downloadslackbook-44adcebbfa8e124c93b876182f64512444eae987.tar.xz
fixing the view make target
-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