[Makefile] revert

This commit is contained in:
coja
2026-05-03 00:56:13 +02:00
parent 0757fbe434
commit 1200b4faa4
+2 -2
View File
@@ -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: