Skip to content

Instantly share code, notes, and snippets.

@dmgk
Created June 9, 2022 13:59
Show Gist options
  • Save dmgk/3f971ba8eb424ef228d575fb8f503f5c to your computer and use it in GitHub Desktop.
Save dmgk/3f971ba8eb424ef228d575fb8f503f5c to your computer and use it in GitHub Desktop.
SUBSTRINGS= foo bar bufar
.for substring in ${SUBSTRINGS}
RES:= ${RES} app:${substring}
.endfor
.info ${RES}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment