/ Makefile
Makefile
1  all: callisto.html
2  
3  callisto.html: callisto.md
4  	pandoc  --embed-resources --standalone callisto.md -o callisto.html --metadata title="callisto instructions"