Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created August 15, 2018 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmsheng/5a5aabce2e567129cd713f9cba36064b to your computer and use it in GitHub Desktop.
Save kmsheng/5a5aabce2e567129cd713f9cba36064b to your computer and use it in GitHub Desktop.
without .PHONY
all: target1
target1:
@rm -f target1
@touch target1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment