Skip to content

Instantly share code, notes, and snippets.

@daniel-packard
Last active January 2, 2021 18:35
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/e19431569ade3bb10c680e2e1b111403 to your computer and use it in GitHub Desktop.
Save daniel-packard/e19431569ade3bb10c680e2e1b111403 to your computer and use it in GitHub Desktop.
default: target1 target2 target3
# no commands
target1:
@echo "Running target 1"
target2:
@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