Skip to content

Instantly share code, notes, and snippets.

@eculver
Created November 21, 2018 02:02
Show Gist options
  • Select an option

  • Save eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.

Select an option

Save eculver/7b89c84757293947c753a8e142a76c9c to your computer and use it in GitHub Desktop.

Revisions

  1. eculver created this gist Nov 21, 2018.
    6 changes: 6 additions & 0 deletions Makefile
    Original 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)