From 39700b2277ef076791463ffe9c407efdf5db84df Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Apr 2023 16:14:33 +0200 Subject: [PATCH] Improve Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05538c5..b38c755 100644 --- a/Makefile +++ b/Makefile @@ -56,11 +56,11 @@ deploy: rm assets/svg/*; \ if python3 -m lektor --version 2>/dev/null; then \ python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \ - unix2dos temp/builds/c3woc.de/waffeln.ics + unix2dos temp/builds/c3woc.de/waffeln.ics; \ python3 -m lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \ else \ lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \ - unix2dos temp/builds/c3woc.de/waffeln.ics + unix2dos temp/builds/c3woc.de/waffeln.ics; \ lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \ fi; \ fi