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
147 B
Makefile

all: prace.ps
prace.ps: prace.dvi
dvips -o $@ -D600 -t a4 $<
prace.dvi: prace.tex
latex $<
latex $<
clean:
rm -f *.{log,dvi,ps,aux,toc,lof}