summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 727798f..d489f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
-all: preview
+PROJECT = Bachelorizer
+CLASSPATHS = .
+DOCUMENTS = delivery1
+
+include _make/*.mk
+
+all:: render
render:
quarto render
@@ -9,10 +15,4 @@ preview:
lint-markdown:
@mdl --ignore-front-matter --style .mdl.rb */*.qmd */*/*.qmd
-%.svg: _%.yml
- roadmap $< > $@
-
-%.svg: %.puml
- plantuml -pipe -tsvg < $< > $@
-
-.PHONY: all preview render publish lint-markdown
+.PHONY: all preview render lint-markdown