Preview target.

This commit is contained in:
Justin Hsu 2015-02-20 18:25:30 +01:00
parent 7d2c1cc271
commit ae3a75aa9e
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ GHC_FLAGS = -v -package-db=$(CABAL_SB) -threaded
all: $(TOP)
preview: $(TOP)
./$(TOP) rebuild && ./$(TOP) preview
deploy: $(TOP)
./$(TOP) rebuild && ./$(TOP) deploy