mirror of
https://github.com/brmlab/presentation.git
synced 2025-06-08 09:54:00 +02:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
NAME=brmlab
|
|
|
|
all: clean $(NAME).pdf
|
|
|
|
clean:
|
|
rm -f $(NAME).{aux,dvi,log,nav,out,pdf,snm,toc}
|
|
|
|
$(NAME).pdf:
|
|
pdflatex $(NAME).tex
|