Split out make check.
This commit is contained in:
parent
7abf5e522f
commit
e949084a4d
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user