Created
November 21, 2018 02:02
-
-
Save eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.
Makefile capture
This file contains hidden or 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
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