diff --git a/Makefile b/Makefile index 61b4824..1b99682 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ check: $(TOP) ./$(TOP) check preview: $(TOP) - ./$(TOP) rebuild && ./$(TOP) watch + ./$(TOP) rebuild && (cd _site; python -m SimpleHTTPServer) deploy: $(TOP) ./$(TOP) rebuild && ./$(TOP) deploy && ./$(TOP) check