Skip to content

Instantly share code, notes, and snippets.

@bendikro
Last active March 9, 2017 14:52
Show Gist options
  • Save bendikro/8119c8041ac1dd692af2c9335837299c to your computer and use it in GitHub Desktop.
Save bendikro/8119c8041ac1dd692af2c9335837299c to your computer and use it in GitHub Desktop.
all: test1 test2
@echo "All test!"
.PHONY: test-dep
test-dep%:
@echo "test_dep!"
test1: test-dep1
@echo "Test1"
test2: test-dep2
@echo "Test2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment