From b1f8b7a3787a55315451bafe0bda8da535ad9013 Mon Sep 17 00:00:00 2001 From: coja Date: Sun, 3 May 2026 00:56:13 +0200 Subject: [PATCH] [Makefile] revert --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aaaa913..5197b65 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ help: @echo "Available commands:" - @echo " make build - Full website build sequence" + @echo " make prep - Create venv and install requirements" @echo " make events - Update site from CSV (build pages + images)" @echo " make dev - Start development server" @echo " make stop - Stop development server" - @echo " make prep - Create venv and install requirements" + @echo " make build - Full website build sequence" @echo " make help - Show this help message" prep: