We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924e05 commit afbdd86Copy full SHA for afbdd86
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## 1.0.1 under development
4
5
- Bug #402: Always use only one goal in Makefile (@vjik)
6
-- Bug #409: Fix fake goals in Makefile (@vjik)
+- Bug #409, #410: Fix fake goals in Makefile (@vjik)
7
- Bug #403: Add DI container delegates configuration (@vjik)
8
- Enh #399: Improve message for missing or invalid APP_ENV (@samdark)
9
- Enh #404: Remove `<meta http-equiv="X-UA-Compatible" content="IE=edge">` from layout (@proweb)
Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL := help
2
CLI_ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
-$(eval $(sort $(subst :, ,$(CLI_ARGS))):;@:)
+$(eval $(sort $(subst :,\:,$(CLI_ARGS))):;@:)
PRIMARY_GOAL := $(firstword $(MAKECMDGOALS))
0 commit comments