csci5607/exam-1/Makefile

5 lines
58 B
Makefile
Raw Normal View History

2023-03-03 07:58:45 +00:00
PANDOC := pandoc
exam1.pdf: exam1.md
$(PANDOC) -o $@ $<