initial commit

This commit is contained in:
2026-04-06 13:27:44 -04:00
commit 5aaecdeac6
24 changed files with 2246 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
SRC_DIR = src
INC_DIR = include
OBJ_DIR = obj
BIN_DIR = bin
GL_MAJOR ?= 3
GL_MINOR ?= 3
ENGINE_SRCS = \
src/skele.c \
$(CLOCK_SRC)
DEBUG_FLAGS ?=