Skip to content

Instantly share code, notes, and snippets.

@menghan
Created March 28, 2014 14:22
Show Gist options
  • Select an option

  • Save menghan/9834016 to your computer and use it in GitHub Desktop.

Select an option

Save menghan/9834016 to your computer and use it in GitHub Desktop.
manipulate path in makefile
PATH := $(PATH):/tmp/t
export PATH
t:
env
testcmd
#!/usr/bin/env bash
echo "invoked"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment