Skip to content

Instantly share code, notes, and snippets.

@povilasb
Created November 10, 2016 10:47
Show Gist options
  • Save povilasb/cca88ff603475b8c31c398c7f3f8e1e2 to your computer and use it in GitHub Desktop.
Save povilasb/cca88ff603475b8c31c398c7f3f8e1e2 to your computer and use it in GitHub Desktop.
Pattern as variable
all: config-1 config-2
.PHONY: all
config-%: %
@echo "building conf $^"
.PHONY: config-%
1:
.PHONY: 1
2:
.PHONY: 2
@povilasb
Copy link
Author

povilas@localhost /tmp $ make
building conf 1
building conf 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment