add komp_obr

This commit is contained in:
eddyem
2020-08-05 19:26:59 +03:00
parent 27b95761b6
commit e0005fb547
45 changed files with 1376 additions and 0 deletions

11
Komp_obr/Makefile Normal file
View File

@@ -0,0 +1,11 @@
SRCS = $(wildcard *.tex)
PDFS = $(SRCS:.tex=.pdf)
all: $(PDFS)
%.pdf : %.tex
latexmk --pdf $<
clean:
rm -f *.aux *.log *.nav *.out *.snm *.vrb *.backup *.toc *~ *.fls *.fdb_latexmk