This commit is contained in:
Bilou
2023-01-08 05:05:57 +01:00
parent 522b60c86d
commit d8b7a4767f
10 changed files with 368 additions and 68 deletions

View File

@@ -12,10 +12,11 @@ BUILD = build/
DOCS = docs/
CORE = Core
GraphicsPACKAGE = Graphics/
GraphicsPackageType = Graphics/Type/
ConsolePACKAGE = Console/
# POUR ALLER PLUS VITE (Core, package:Console, )
ALL = $(SRC)*$(EXT) $(SRC)$(ConsolePACKAGE)*$(EXT) $(SRC)$(GraphicsPACKAGE)*$(EXT)
# POUR ALLER PLUS VITE
ALL = $(SRC)*$(EXT) $(SRC)$(ConsolePACKAGE)*$(EXT) $(SRC)$(GraphicsPACKAGE)*$(EXT) $(SRC)$(GraphicsPackageType)*$(EXT)
# LE FICHIER JSON (Pour mon test)
JSON = /home/bilal-linux/toFormat.json