Bla bla bla
Created
October 22, 2015 13:45
-
-
Save anonymous/63165be0d1317544a59d to your computer and use it in GitHub Desktop.
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
html: bar.html | |
%.html: %.md | |
pandoc $< -o $@ | |
pdf: | |
pandoc bar.md -o bar.pdf | |
clean: | |
rm -f *.html *.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment