Modifications + ajout du choix des modes (vues)

This commit is contained in:
2024-11-16 00:29:43 +01:00
parent f393c45714
commit 5950dc724a
5 changed files with 197 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ SOURCEDIR = ./src/
SOURCES := $(shell find $(SOURCEDIR) -name '*.java')
all:
@make clean
@make compile
@make jar
@make run