Skip to content

Instantly share code, notes, and snippets.

@bmmalone
bmmalone / Makefile
Created March 9, 2017 09:06
Makefile to use pandoc to convert all markdown files to html and pdf
# Makefile
#
# Converts Markdown to other formats (HTML, PDF) using Pandoc
# <http://johnmacfarlane.net/pandoc/>
#
# Run "make" (or "make all") to convert to all other formats
#
# Run "make clean" to delete converted files
#
# Adapted from: https://gist.github.com/kristopherjohnson/7466917