Use ./site watch instead of ./site preview.

This commit is contained in:
Justin Hsu 2015-11-04 17:03:14 +02:00
parent 015053cedd
commit 9ebb1866c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ GHC_FLAGS = -v -package-db=$(CABAL_SB) -threaded
all: $(TOP)
preview: $(TOP)
./$(TOP) rebuild && ./$(TOP) preview
./$(TOP) rebuild && ./$(TOP) watch
deploy: $(TOP)
./$(TOP) rebuild && ./$(TOP) deploy