Skip to content

Commit c287334

Browse files
committed
fix: help target
- removed test variable from help target output; - added .env to .env* targets;
1 parent d6b5fc3 commit c287334

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/.make/project.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ help::
1111
@printf "$(GREEN) stop $(NC) Stops all containers\n"
1212
@printf "$(GREEN) restart $(NC) Stops and runs again all containers\n"
1313
@printf "$(GREEN) logs $(NC) Show containers logs\n"
14-
@printf "$(GREEN) bash $(NC) Show containers logs\n\n\n"
15-
@printf "$(GREEN) NGINX_SERVER_CONFIG_FILE: $(NGINX_SERVER_CONFIG_FILE)\n"
14+
@printf "$(GREEN) bash $(NC) Show containers logs\n"
1615

17-
.env.local .env.${ENV} .env.${ENV}.local:
16+
.env .env.local .env.${ENV} .env.${ENV}.local:
1817
cp .env.dist $@
1918

2019
.PHONY: init

0 commit comments

Comments
 (0)