diff --git a/Makefile b/Makefile index 563b1f7..937d26e 100644 --- a/Makefile +++ b/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