include in makefile ignore variable overload

前端 未结 0 1033
说谎
说谎 2021-01-18 07:06

To ignore variable overriding when I include some file, I use this construction :

.PHONY: test
.SILENT:

include var/make/.env

var/make/.env: .env | var/make         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题