Don't output entire env on startup
This commit is contained in:
parent
8dbdc9500f
commit
8f28ac03ee
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -11,7 +11,6 @@ $(foreach v,$(VARS),$(eval $(shell echo export $(v)="$($(v))")))
|
||||||
|
|
||||||
.PHONY: dev
|
.PHONY: dev
|
||||||
dev:
|
dev:
|
||||||
@env
|
|
||||||
$(MODD)
|
$(MODD)
|
||||||
|
|
||||||
.PHONY: migrate
|
.PHONY: migrate
|
||||||
|
|
Loading…
Reference in a new issue