aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-27 20:36:20 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-28 14:03:49 +0100
commit31babe2ed0754b656b57a1a1d9976936eae1a1dd (patch)
treecadaec92b33c006163655d17c601b40e249e1a68 /Makefile
parent63f48fb09435b3dcb0c313a5adc8d559232a3dd5 (diff)
improve make
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