Skip to content

Instantly share code, notes, and snippets.

@mig-hub
Created September 6, 2020 08:32
Show Gist options
  • Save mig-hub/22f4b16254b645f8b991ad02d25c9dfb to your computer and use it in GitHub Desktop.
Save mig-hub/22f4b16254b645f8b991ad02d25c9dfb to your computer and use it in GitHub Desktop.
.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