mirror of
https://github.com/brmlab/presentation.git
synced 2025-08-02 11:43:35 +02:00
initial commit
This commit is contained in:
commit
fe116114d4
7 changed files with 160 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
NAME=hackerspace
|
||||
|
||||
all: clean $(NAME).pdf
|
||||
|
||||
clean:
|
||||
rm -f $(NAME).{aux,dvi,log,nav,out,pdf,snm,toc}
|
||||
|
||||
$(NAME).pdf:
|
||||
pdflatex $(NAME).tex
|
Loading…
Add table
Add a link
Reference in a new issue