Created
September 6, 2020 08:32
-
-
Save mig-hub/22f4b16254b645f8b991ad02d25c9dfb to your computer and use it in GitHub Desktop.
Revisions
-
mig-hub created this gist
Sep 6, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ .PHONY: html html: $(HTML_FILES) ## Build all HTML files from Markdown $(DST_DIR)/%.html: $(SRC_DIR)/%.md pandoc --from markdown --to html --standalone $< -o $@