Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,10 @@ PDFS=$(TEXS:.tex=.pdf) all: $(PDFS) clean %.pdf: %.tex exam_seating_map.cls rubber --texpath .. --inplace --pdf $< pdflatex --output-directory=rooms $< clean: rubber --clean --inplace rooms/*.tex rm -f rooms/*.aux rooms/*.log rooms/*.out cleanall: rm -f *.toc *.pdf *.aux *.log *.out Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,10 @@ PDFS=$(TEXS:.tex=.pdf) all: $(PDFS) clean %.pdf: %.tex exam_seating_map.cls rubber --texpath .. --inplace --pdf $< pdflatex --output-directory=rooms $< clean: rubber --clean --inplace rooms/*.tex rm -f rooms/*.aux rooms/*.log rooms/*.out cleanall: rm -f *.toc *.pdf *.aux *.log *.out Loading