aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 15eae95..0000000
--- a/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-all: plan.pdf
-all: research.pdf
-
-LATEXMKFLAGS += -cd
-LATEXMKFLAGS += -interaction=nonstopmode
-%.pdf: %.tex
- -latexmk $(LATEXMKFLAGS) $<
-
-%.puml.pdf: %.puml
- plantuml -tpdf $<
- mv $*.pdf $@
-
-%.tex: %.txt
- ./time2tex.py $< > $@
-
-timerep.pdf: time.tex
-