Check links after building.

This commit is contained in:
Justin Hsu 2016-10-13 12:25:11 -04:00
parent 5fa0230c7f
commit 61eb6250de
1 changed files with 2 additions and 2 deletions

View File

@ -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)