From 61eb6250de71cb0c75eaaa746f899e686fc2494b Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 13 Oct 2016 12:25:11 -0400 Subject: [PATCH] Check links after building. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)