build(Makefile): ensure develop for compile-backend

This commit is contained in:
Sarah Vaupel 2024-10-30 01:09:57 +01:00
parent 9c27263d63
commit 4d7f6158c9

View File

@ -109,6 +109,8 @@ compile:
$(MAKE) compile-frontend
$(MAKE) compile-backend
compile-%: --develop
.PHONY: lint
# HELP: lint frontend and backend
lint: lint-frontend lint-backend;