Correction des bugs de verions entre Windows, Linux et macOS

This commit is contained in:
2024-04-29 14:34:45 +02:00
parent 62a90389ca
commit 0cc2067922
6 changed files with 29 additions and 7 deletions

View File

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