There was an error while loading. Please reload this page.
1 parent 11af9a5 commit 14f670dCopy full SHA for 14f670d
1 file changed
backend/Makefile
@@ -115,12 +115,14 @@ i18n: bin/i18ndude ## Update locales
115
# TODO `make build`
116
# build:
117
118
-.PHONY: build-dev
+.PHONY: build-dev install
119
build-dev: config ## pip install Plone packages
120
@echo "$(GREEN)==> Setup Build$(RESET)"
121
sed "s/PLONE_VERSION/$(PLONE_VERSION)/g" constraints-template.txt > constraints.txt
122
@bin/mxdev -c mx.ini
123
bin/pip install -r requirements-mxdev.txt
124
+# Forward compatibility
125
+install: build-dev
126
127
.PHONY: format
128
format: ## Format the codebase according to our standards
0 commit comments