aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-09-27 14:33:15 +0200
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-09-27 14:33:15 +0200
commit96775d053500676e0c7daebad70c5f7d3299418d (patch)
tree99b2bed0322b2316f62bff3f6f88354d0e5e3191 /makefile
parent83999b29846e1338e43bf9b2fe7489d778cb7d0c (diff)
parent3a0cc3f0720ed644d602295dc9d2d6bfc21f2d65 (diff)
Merge branch 'master' into niels/design
Diffstat (limited to 'makefile')
-rw-r--r--makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 02c583e..0000000
--- a/makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: plan.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
-