Make check after deploy, not before.

Before fails since links are absolute.
This commit is contained in:
Justin Hsu 2016-10-25 08:36:37 -04:00
parent 665cb30154
commit 283713be89
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ preview: $(TOP)
./$(TOP) rebuild && ./$(TOP) watch ./$(TOP) rebuild && ./$(TOP) watch
deploy: $(TOP) deploy: $(TOP)
./$(TOP) rebuild && ./$(TOP) check && ./$(TOP) deploy ./$(TOP) rebuild && ./$(TOP) deploy && ./$(TOP) check
clean: clean:
rm *.hi *.o $(TOP) rm *.hi *.o $(TOP)