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