From f7bf8f96d3fae8ec28293783c0fb521eb7e99255 Mon Sep 17 00:00:00 2001 From: nasr Date: Fri, 17 Apr 2026 13:25:41 +0200 Subject: feature(main): inlined the functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 985ed38..932ecb0 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY +CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Wno-implicit-fallthrough LDLIBS := -lX11 -lm BUILD_DIR := build -- cgit v1.3