Created
January 2, 2021 19:37
-
-
Save daniel-packard/a3ef21bd26cd20eac2b94c6e46f44620 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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