MKT_CHECKMAKE_VERSION ?= 0.2.2 MKT_CHECKMAKE_URL ?= https://github.com/mrtazz/checkmake/releases/download/$(MKT_CHECKMAKE_VERSION)/checkmake-$(MKT_CHECKMAKE_VERSION).linux.amd64 tools/checkmake/bin/checkmake: mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "$(MKT_CHECKMAKE_URL)" chmod +x tools/checkmake/bin/checkmake