bachelor-thesis/Makefile
2018-09-21 11:45:21 +02:00

6 lines
117 B
Makefile

.PHONY: all clean
all: $(DOCUMENTS)
clean:
rm -f *.aux *.blg *.out *.bbl *.log *.snm *.toc *.nav *.pdf *.ps *.dvi