Taddeus Kroes преди 14 години
родител
ревизия
531eef7dd6
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      docs/Makefile

+ 12 - 0
docs/Makefile

@@ -0,0 +1,12 @@
+RM=rm -rf
+
+all: plan.pdf report.pdf
+
+plan.pdf: plan.tex
+	pdflatex $^
+
+report.pdf: report.tex
+	pdflatex $^
+
+clean:
+	$(RM) *.pdf *.aux *.log *.out *.toc