csci5607/exam-1/Makefile
2023-03-03 01:58:45 -06:00

5 lines
58 B
Makefile

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