You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
136 B
Makefile
10 lines
136 B
Makefile
11 years ago
|
SHELL=/bin/bash
|
||
|
|
||
13 years ago
|
all: bcintro.pdf
|
||
|
|
||
|
bcintro.pdf: bcintro.tex
|
||
|
pdflatex bcintro.tex
|
||
|
|
||
|
clean:
|
||
|
rm -f *~ *.{aux,log,nav,out,pdf,snm,toc,vrb}
|