Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Last active August 15, 2018 08:28
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/40faf9772638c01d8b7e5cb6bf13349b to your computer and use it in GitHub Desktop.
Save kmsheng/40faf9772638c01d8b7e5cb6bf13349b to your computer and use it in GitHub Desktop.
.INTERMEDIATE example
all: pre target1
pre:
@echo "running pre"
@touch pre
target1:
@echo "target1"
.PHONY: all pre target1
.INTERMEDIATE: pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment