From eb086b566c009b1bcc1c96b6fa64925d8edfffb6 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 7 Jul 2014 11:18:40 +0200 Subject: [PATCH] Feature(SoundSoftware_2014): add MakeFile --- Workshops/SoundSoftware_2014/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Workshops/SoundSoftware_2014/Makefile diff --git a/Workshops/SoundSoftware_2014/Makefile b/Workshops/SoundSoftware_2014/Makefile new file mode 100644 index 0000000..1891014 --- /dev/null +++ b/Workshops/SoundSoftware_2014/Makefile @@ -0,0 +1,10 @@ +MAIN_FILE = TimeSide_SoundSoftware_2014_07 + +pdf: + echo ${MAIN_FILE}.tex + pdflatex ${MAIN_FILE}.tex + pdflatex ${MAIN_FILE}.tex + +clean: + + rm -f *.aux *.bbl *.blg *.bst *.dvi *.idx *.lof *.log *.toc *.out *.ind *.ilg *~ -- 2.39.5