Skip to content

Instantly share code, notes, and snippets.

@daniel-packard
Created January 2, 2021 19:37
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