diff --git a/Makefile b/Makefile index 2e9bd2b..aa3c6d6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GHC_FLAGS = -v -package-db=$(CABAL_SB) -threaded all: $(TOP) preview: $(TOP) - ./$(TOP) rebuild && ./$(TOP) preview + ./$(TOP) rebuild && ./$(TOP) watch deploy: $(TOP) ./$(TOP) rebuild && ./$(TOP) deploy