dockermake: disable implicit rules and vars in make

This commit is contained in:
Rasmus Andersson 2019-10-22 19:48:16 -07:00
parent f93a4a705a
commit e6b25408d9

View file

@ -8,4 +8,4 @@ cd "$(dirname "$0")"
if [[ -d .git ]]; then
git rev-parse --short HEAD > githash.txt
fi
docker run --rm -it -v "$PWD:/host" rsms/inter-build:latest make "$@"
docker run --rm -it -v "$PWD:/host" rsms/inter-build:latest make -r -R "$@"