SyntaxFix
Write A Post
Hire A Developer
Questions
To set the PATH variable, within the Makefile only, use something like:
PATH
PATH := $(PATH):/my/dir test: @echo my new PATH = $(PATH)