From 03d756e58c3a18850bedb354cf987e09fde7d6c5 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Sun, 29 Jul 2018 23:00:53 -0400 Subject: [PATCH] Update to use http server for python3. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ae1072..4a0e782 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ check: $(TOP) check preview: - $(TOP) rebuild && (cd _site; python -m SimpleHTTPServer) + $(TOP) rebuild && (cd _site; python -m http.server) deploy: $(TOP) rebuild && $(TOP) deploy && $(TOP) check