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.
12 lines
142 B
Makefile
12 lines
142 B
Makefile
14 years ago
|
all: main.ps
|
||
|
|
||
|
main.ps: main.dvi
|
||
|
dvips -o $@ -D600 -t a4 $<
|
||
|
|
||
|
main.dvi: main.tex
|
||
|
latex $<
|
||
|
latex $<
|
||
|
|
||
|
clean:
|
||
|
rm -f *.{log,dvi,ps,aux,toc,lof}
|