Skip to content

Instantly share code, notes, and snippets.

@eculver
Created November 21, 2018 02:02
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 eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.
Save eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.
Makefile capture
foo := a.o b.o c.o
bar := $(foo:%.o=%)
.PHONY: test
test:
echo $(bar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment