diff --git a/Makefile b/Makefile index 96d1f30..6214bfa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all publish push assets clean +.PHONY: all publish push assets clean serve all: publish assets clean @@ -46,3 +46,6 @@ clean: push: publish assets clean @rsync --recursive -avz --progress output/* ulysses:/home/www/stephane-adjemian.fr + +serve: publish assets clean + @cd output; python3 -m http.server