aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-27 18:36:59 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-27 18:36:59 +0200
commit38e1d97e8564745d020a083a835a8989f2fe31be (patch)
treef00e8d15a3eb099cca829cbd2b084ecafe055e93 /Makefile
parentbb7d195e0167b08d3f5ed59dc28e72b3a298a3f6 (diff)
add make dependency quirk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 288ee1d..1f38a25 100644
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,7 @@ JAVAFLAGS += --enable-native-access=javafx.graphics
ifeq ($(shell expr $(JAVA_MAJOR_VERSION) \>= 23), 1)
JAVAFLAGS += --sun-misc-unsafe-memory-access=allow
endif
+
+# TODO: fix properly declare and resolve local interdependencies
+runsrc-dk.biks.bachelorizer build-dk.biks.bachelorizer: \
+ build-com.example.portfolio3