From 0b5b01d2cd4c6ab0857da0026b1ae32afaa9c673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20Argos=29?= Date: Sat, 14 Jan 2023 16:21:10 +0100 Subject: [PATCH] Add target (python web server) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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