Skip to content

Commit 5656e71

Browse files
committed
Add forward compatibilty for make install
1 parent 442b948 commit 5656e71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backend/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ i18n: bin/i18ndude ## Update locales
115115
# TODO `make build`
116116
# build:
117117

118-
.PHONY: build-dev
118+
.PHONY: build-dev install
119119
build-dev: config ## pip install Plone packages
120120
@echo "$(GREEN)==> Setup Build$(RESET)"
121121
sed "s/PLONE_VERSION/$(PLONE_VERSION)/g" constraints-template.txt > constraints.txt
122122
@bin/mxdev -c mx.ini
123123
bin/pip install -r requirements-mxdev.txt
124+
# Forward compatibility
125+
install: build-dev
124126

125127
.PHONY: format
126128
format: ## Format the codebase according to our standards

0 commit comments

Comments
 (0)