Rendering with raylib.

This commit is contained in:
2025-12-05 22:28:21 -05:00
parent 0984dec745
commit ffe092e1e1
7 changed files with 22 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ OBJ_DIR = $(BUILD_DIR)/obj
CC = clang -std=c23
LINK = clang
CFLAGS = -Wall -DDBG -ggdb -fsanitize=leak
LDFLAGS = -lGL -lX11 -lXi -lXcursor -ldl -lpthread -lm
LDFLAGS = -lraylib
PRINT = echo -e
SRC_FILES = $(wildcard $(SRC_DIR)/*.c)