Skip to content

Commit 62eb12b

Browse files
make help will give a btter output.
1 parent a1b413d commit 62eb12b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/env/env.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.PHONY: env env-% _env
22

3-
env env-dev: # Create .env file with environment variables for development environment (stubs)
3+
env: # Create .env file with environment variables for development environment (stubs)
4+
make _env env="dev"
5+
6+
env-dev: # Create .env file with environment variables for development environment (stubs)
47
make _env env="dev"
58

69
env-ci: # Create .env file with environment variables for CI environment (stubs)

0 commit comments

Comments
 (0)