csci5607/exam-2/Makefile

5 lines
58 B
Makefile
Raw Normal View History

2023-04-26 19:56:07 +00:00
PANDOC := pandoc
exam2.pdf: exam2.md
$(PANDOC) -o $@ $<