diff --git a/Makefile b/Makefile index 5563a5d..83e59ad 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,9 @@ help: @echo "Available commands:" @echo " make prep - Create venv and install requirements" @echo " make events - Update site from CSV (build pages + images)" - @echo " make dev - Start development server (might need a sudo)" - @echo " make stop - Stop development server (might need a sudo)" - @echo " make build - Full website build sequence" - @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: