aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-27 20:38:57 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-27 20:38:57 +0200
commit77f92d8e18f8378ba03ce64501819c715b71f8f3 (patch)
tree6dbec156eca930c9c1556c8f5aff19303cd89bd6 /Makefile
parent9172d6042c35942cd1836e0799fc6b5afab2aad0 (diff)
include class EdgeGraph, even if currently unused
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 98b4a42..7ceb50a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
JAVA_PROJECTMODULES = com.example.portfolio3 dk.biks.bachelorizer
JAVA_ROOT_portfolio3 = src/com.example.portfolio3
JAVA_EXTRACLASSES_portfolio3 = AbstractGraph AdjListGraph AdjMapGraph \
- Edge GraphAlgorithms Graph Graphs MatrixGraph Vertex
-# TODO: fix and include EdgeGraph
+ Edge EdgeGraph GraphAlgorithms Graph Graphs MatrixGraph Vertex
JAVA_MODULEPATHS_bachelorizer = /usr/share/openjfx/lib
JAVA_ROOT_bachelorizer = src/dk.biks.bachelorizer
JAVA_MAINCLASSES_bachelorizer = Main Combi Window