bachelorthesis/common.mk
2016-06-15 14:40:15 +02:00

10 lines
196 B
Makefile

LATEX = latex -interaction=nonstopmode -shell-escape
PDFLATEX = pdflatex -synctex=1 -interaction=nonstopmode -shell-escape
BIBTEX = bibtex
PANDOC = pandoc
RM = rm -f
RM_R = rm -rf
LN_S = ln -sf