Sistema de Informações Gerenciais do Interlegis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
277 B

MAINNAME=relatorio
all:
mkdir -p build
cp *.tex build
cp -fR imagens build/
cp -fR capitulos build/
cp Makefile build/
make -C build build
build:
pdflatex ${MAINNAME}.tex
pdflatex ${MAINNAME}.tex
cp ${MAINNAME}.pdf ../
clean:
rm -fR build
rm -fR ${MAINNAME}.pdf