Check links after building.
This commit is contained in:
parent
5fa0230c7f
commit
61eb6250de
4
Makefile
4
Makefile
|
@ -5,10 +5,10 @@ GHC_FLAGS = -v -package-db=$(CABAL_SB) -threaded
|
||||||
all: $(TOP)
|
all: $(TOP)
|
||||||
|
|
||||||
preview: $(TOP)
|
preview: $(TOP)
|
||||||
./$(TOP) rebuild && ./$(TOP) watch
|
./$(TOP) rebuild && ./$(TOP) check && ./$(TOP) watch
|
||||||
|
|
||||||
deploy: $(TOP)
|
deploy: $(TOP)
|
||||||
./$(TOP) rebuild && ./$(TOP) deploy
|
./$(TOP) rebuild && ./$(TOP) check && ./$(TOP) deploy
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.hi *.o $(TOP)
|
rm *.hi *.o $(TOP)
|
||||||
|
|
Loading…
Reference in New Issue