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