This command should fail before calling other commands (which will fail to because the environment is wrong): ``` ENV=toto make install ```
Should fix #4060
Also, run `npm install` before building. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>