Add target (python web server)

master
Stéphane Adjemian Argos) 2023-01-14 16:21:10 +01:00
parent 76b712d090
commit 0b5b01d2cd
Signed by: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 4 additions and 1 deletions

View File

@ -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