Skip to content

Instantly share code, notes, and snippets.

@JJ
Created May 28, 2017 10:24
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 JJ/d5677d4e9c6c3ff8f65ad4a7069f41ac to your computer and use it in GitHub Desktop.
Save JJ/d5677d4e9c6c3ff8f65ad4a7069f41ac to your computer and use it in GitHub Desktop.
Substitute extensions in Makefiles
.PHONY = count
MD = $(wildcard *.md)
HTML = $(MD:.md=.html)
count: ;@echo $(HTML)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment