Split out make check.

This commit is contained in:
Justin Hsu 2016-10-13 22:06:10 -04:00
parent 7abf5e522f
commit e949084a4d
1 changed files with 4 additions and 1 deletions

View File

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