virli/subject/1/Makefile

13 lines
188 B
Makefile
Raw Permalink Normal View History

2018-11-16 03:03:19 +00:00
include ../../tutorial/pandoc-opts.mk
2018-02-16 17:44:04 +00:00
SOURCES = subject.md project.md rendu.md end.md
2016-12-09 15:17:49 +00:00
2014-11-28 00:15:03 +00:00
2016-12-09 15:17:49 +00:00
all: subject.pdf
2014-11-28 16:10:11 +00:00
2016-12-09 15:17:49 +00:00
subject.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
2014-11-28 00:15:03 +00:00
2016-12-09 15:17:49 +00:00
clean::
rm subject.pdf