This commit is contained in:
pro.boooooo
2023-01-05 05:56:05 +01:00
parent 99610d9975
commit e6e8925fd2
16 changed files with 219 additions and 284 deletions

View File

@@ -2,7 +2,7 @@
JAVA = java
JAVAC = javac
JAVADOC = javadoc
OPTIONSDOCS = -d docs
OPTIONSDOCS = -d docs -noqualifier all
OPTIONS = -d build -Xlint:unchecked -Xlint:deprecation
EXT = .java
@@ -17,8 +17,8 @@ ConsolePACKAGE = Console/
# POUR ALLER PLUS VITE (Core, package:Console, )
ALL = $(SRC)*$(EXT) $(SRC)$(ConsolePACKAGE)*$(EXT) $(SRC)$(GraphicsPACKAGE)*$(EXT)
# LE FICHIER JSON
JSON = toFormat.json
# LE FICHIER JSON (Pour mon test)
JSON = /home/bilal-linux/toFormat.json
.PHONY: console graphics clean docs