Created
November 21, 2018 02:02
-
-
Save eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.
Revisions
-
eculver created this gist
Nov 21, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ foo := a.o b.o c.o bar := $(foo:%.o=%) .PHONY: test test: echo $(bar)