Created
May 28, 2017 10:24
-
-
Save JJ/d5677d4e9c6c3ff8f65ad4a7069f41ac to your computer and use it in GitHub Desktop.
Substitute extensions in Makefiles
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 characters
.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