Last active
December 21, 2020 11:31
-
-
Save mannih/6bd27a3663ff9ff5781ba82f8cf94214 to your computer and use it in GitHub Desktop.
make won't find make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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