You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
486 B

.PHONY:
.SUFFIXES:
COMP = mdbg
OUT = cours
TITLE = "Microéconomie"
PACKAGE = "{{MyPack2}}"
AUTHOR = "Hugo LEVY--FALK"
DOCUMENTCLASS = "article"
all:
$(COMP) $(OUT).mdbg --title $(TITLE) --packages $(PACKAGE) --date \\today --documentclass $(DOCUMENTCLASS) --author $(AUTHOR)
lualatex --shell-escape $(OUT).tex
lualatex --shell-escape $(OUT).tex
rm $(OUT).aux $(OUT).log $(OUT).out $(OUT).toc
rm $(OUT).tex
clean:
rm $(OUT).aux $(OUT).log $(OUT).out $(OUT).toc
rm $(OUT).tex