Skip to content

Instantly share code, notes, and snippets.

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