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
6
Makefile
6
Makefile
|
@ -1,7 +1,5 @@
|
|||
ifneq (dev,$(wildcard config.env))
|
||||
include ./dev/config.env
|
||||
export
|
||||
endif
|
||||
include ./dev/config.env
|
||||
export
|
||||
|
||||
|
||||
.PHONY: pre-commit
|
||||
|
|
Loading…
Reference in a new issue