From 8ea6a3c8621287d11296b8300029f32a27743d9a Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 16 Apr 2026 17:10:02 +0200 Subject: feature(checkpoint): checkpoint cleaning up base library --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc49e88..968ea4b 100755 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ .PHONY: all clean CC := gcc -CFLAGS := -I. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -DCORE_UNITY +CFLAGS := -I. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY LDLIBS := -lX11 -lm BUILD_DIR := build TARGET := $(BUILD_DIR)/app -SOURCE := source/core/core.c +SOURCE := source/tb/tb.c all: $(TARGET) -- cgit v1.3