initial scaffold structure

This commit is contained in:
2026-04-06 13:48:06 -04:00
parent a0a27a665e
commit 36d7da19d1
13 changed files with 641 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
GAME_NAME = game
SRC_DIR = src
INC_DIR = include
OBJ_DIR = obj
BIN_DIR = bin
LINK_TYPE ?= static
GAME_SRCS = \
src/game.c
DEBUG_FLAGS ?=