Skip to content

Instantly share code, notes, and snippets.

@roktas
Forked from anonymous/Makefile
Created October 24, 2015 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roktas/47b585cd9c44893543f1 to your computer and use it in GitHub Desktop.
Save roktas/47b585cd9c44893543f1 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