Skip to content

Instantly share code, notes, and snippets.

@daniel-packard
Created January 2, 2021 19:37
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 daniel-packard/a3ef21bd26cd20eac2b94c6e46f44620 to your computer and use it in GitHub Desktop.
Save daniel-packard/a3ef21bd26cd20eac2b94c6e46f44620 to your computer and use it in GitHub Desktop.
default: target1
# no commands
target1: target2
@echo "Running target 1"
target2: target3
@echo "Running target 2"
target3:
@echo "Running target 3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment