4 lines
58 B
Makefile
4 lines
58 B
Makefile
PANDOC := pandoc
|
|
|
|
exam2.pdf: exam2.md
|
|
$(PANDOC) -o $@ $<
|