Made a special subject for nginx-static exercice

This commit is contained in:
nemunaire 2019-10-16 04:07:33 +02:00
commit 12b62208bd
5 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,12 @@
include ../../tutorial/pandoc-opts.mk
SOURCES = subject.md ex-nginx-static.md rendu.md end.md
all: subject.pdf
subject.pdf: ${SOURCES}
pandoc ${PANDOCOPTS} -o $@ $+
clean::
rm subject.pdf