all: ruby1.pdf ruby2.pdf ruby3.pdf ejercicios1.pdf %.pdf: %.tex pdflatex $< pdflatex $< ruby1.pdf ejercicios1.pdf: ejercicios1-enunciados.tex test: test.pdf pdflatex test.tex clean: $(RM) *.{aux,log,nav,out,pdf,snm,toc,vrb} .PHONY: all clean