From dc2c8adabb6fd076e00a273abad2156eee36f31a Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Fri, 13 Oct 2017 17:28:00 +0200 Subject: [PATCH] add makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1a19631 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: bonnes_pratiques_PSMN.pdf + +bonnes_pratiques_PSMN.pdf: bonnes_pratiques_PSMN.tex + lualatex bonnes_pratiques_PSMN.tex + +clean: + rm bonnes_pratiques_PSMN.{aux,bcf,dvi,log,nav,out,run.xml,snm,toc,pdf} -- GitLab