SyntaxFix
Write A Post
Hire A Developer
Questions
all: echo ${PATH}
Or change PATH just for one command:
all: PATH=/my/path:${PATH} cmd