Skip to content

Instantly share code, notes, and snippets.

@mannih
Last active December 21, 2020 11:31
Show Gist options
  • Save mannih/6bd27a3663ff9ff5781ba82f8cf94214 to your computer and use it in GitHub Desktop.
Save mannih/6bd27a3663ff9ff5781ba82f8cf94214 to your computer and use it in GitHub Desktop.
make won't find make
# do this in some temporary empty directory:
echo -e "all:\n\tmake" > Makefile
mkdir -p foo/make
export PATH=foo:$PATH
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment