initial commit

This commit is contained in:
Pavol Rusnak 2010-07-09 19:11:44 +02:00
commit fe116114d4
7 changed files with 160 additions and 0 deletions

9
Makefile Normal file
View 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