Amélioration MVC / Responsabilité unique partie 2

This commit is contained in:
2024-04-29 13:01:40 +02:00
parent 8ac0415c08
commit 3ab665b70d
7 changed files with 233 additions and 178 deletions

View File

@@ -13,7 +13,7 @@ JCFLAGS := -encoding UTF-8 -implicit:none
JVM := java
JVMFLAGS :=
SRCDIR := ./src/GridSolver
SRCDIR := ./src/GridMaker
OUTDIR := ./out
DOCDIR := ./doc
SRC := $(wildcard $(SRCDIR)/*.java)