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