csci5607/exam-2/Makefile
2023-04-26 14:56:07 -05:00

5 lines
58 B
Makefile

PANDOC := pandoc
exam2.pdf: exam2.md
$(PANDOC) -o $@ $<