1
0
Fork 0
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.
bc_thesis/mff/template-bc/Makefile

12 lines
142 B
Makefile

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}