Created
September 6, 2020 08:32
-
-
Save mig-hub/22f4b16254b645f8b991ad02d25c9dfb to your computer and use it in GitHub Desktop.
This file contains 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: html | |
html: $(HTML_FILES) ## Build all HTML files from Markdown | |
$(DST_DIR)/%.html: $(SRC_DIR)/%.md | |
pandoc --from markdown --to html --standalone $< -o $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment