]> git.immae.eu Git - github/wallabag/wallabag.git/commit - GNUmakefile
Ensure ENV is well defined when using make
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 13 Jan 2020 13:26:10 +0000 (14:26 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 13 Jan 2020 13:26:10 +0000 (14:26 +0100)
commit49eb5405debb49d19c58f966b4fceac9ea9571ae
tree06e1fda08307b0838ea3fdbc5e0278a9f321a448
parent68fd40e4fce33b19f946f54388a4016ab32998e0
Ensure ENV is well defined when using make

This command should fail before calling other commands (which will fail to because the environment is wrong):

```
ENV=toto make install
```
GNUmakefile