Skip to content

Instantly share code, notes, and snippets.

Created October 22, 2015 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/63165be0d1317544a59d to your computer and use it in GitHub Desktop.
Save anonymous/63165be0d1317544a59d to your computer and use it in GitHub Desktop.

Başlık

Bla bla bla

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