diff --git a/Makefile b/Makefile index aa3c6d6..563b1f7 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ GHC_FLAGS = -v -package-db=$(CABAL_SB) -threaded all: $(TOP) preview: $(TOP) - ./$(TOP) rebuild && ./$(TOP) watch + ./$(TOP) rebuild && ./$(TOP) check && ./$(TOP) watch deploy: $(TOP) - ./$(TOP) rebuild && ./$(TOP) deploy + ./$(TOP) rebuild && ./$(TOP) check && ./$(TOP) deploy clean: rm *.hi *.o $(TOP)