From 3151be6f41e62a8132cbc4dad6a3dd5741e9347d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 21 Feb 2025 12:49:35 +0100 Subject: [PATCH] build(Makefile): add documentation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ce876dd5c..5adf403ea 100644 --- a/Makefile +++ b/Makefile @@ -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