refactor all common parts and games

This commit is contained in:
Dniel97
2025-04-17 19:40:40 +02:00
parent a6126bf290
commit ae3dd666f4
496 changed files with 236 additions and 344 deletions
+2
View File
@@ -5,6 +5,8 @@ V ?= @
BUILD_DIR := build
BUILD_DIR_32 := $(BUILD_DIR)/build32
BUILD_DIR_64 := $(BUILD_DIR)/build64
BUILD_DIR_GAMES_32 := $(BUILD_DIR_32)/games
BUILD_DIR_GAMES_64 := $(BUILD_DIR_64)/games
BUILD_DIR_ZIP := $(BUILD_DIR)/zip
DOC_DIR := doc