dev: require dev/config.env in Makefile
This commit is contained in:
parent
4c83684385
commit
970b6d7632
1 changed files with 2 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,5 @@
|
||||||
ifneq (dev,$(wildcard config.env))
|
|
||||||
include ./dev/config.env
|
include ./dev/config.env
|
||||||
export
|
export
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: pre-commit
|
.PHONY: pre-commit
|
||||||
|
|
Loading…
Reference in a new issue