build(Makefile): add documentation

This commit is contained in:
Sarah Vaupel 2025-02-21 12:49:35 +01:00
parent 61fb8b7ea9
commit 3151be6f41

View File

@ -94,11 +94,13 @@ release:
git push origin $${VERSION}
.PHONY: compile
# HELP: perform full compilation (frontend and backend)
compile:
$(MAKE) compile-frontend
$(MAKE) compile-backend
.PHONY: start
# HELP: start complete development environment with a fresh test database
start:
$(MAKE) start-postgres
$(MAKE) start-memcached