From 6c91d7386bc6ed27786883138732e17613d18cb5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 10 May 2021 16:43:23 +0200 Subject: Uncomment deploy target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a42f693..7b96ed4 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,8 @@ compress: all serve: all python -m http.server --directory out 8000 -#deploy: compress -# rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" +deploy: compress + rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" clean: rm -rf out -- cgit v1.2.3-54-g00ecf