Skip to content

Instantly share code, notes, and snippets.

@jsign
Created July 29, 2019 01:04
Show Gist options
  • Save jsign/c7313f359daa99c02bafb222becacad3 to your computer and use it in GitHub Desktop.
Save jsign/c7313f359daa99c02bafb222becacad3 to your computer and use it in GitHub Desktop.
Eval in receipt doesn't executed unexpectedly
DEFAULT:
@echo "DEFAULT EXECUTED"
TEST:
$(eval $(shell mkdir BADBADFOLDER))
@echo "TEST EXECUTED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment