From 3067e463f953463d4c604d0c5259475595d89a00 Mon Sep 17 00:00:00 2001 From: philw Date: Thu, 24 Apr 2025 11:05:27 +0200 Subject: feat: Refactor dwm.c for modularity, add dwm.h header file, switch compiler to tcc Refactored dwm.c to improve code organization and maintainability Added dwm.h header file for better modularity and to define common declarations Changed the compiler to TCC for faster compilation during development. Signed-off-by: philw --- src/config/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/config.mk b/src/config/config.mk index 3935516..f8dab1b 100644 --- a/src/config/config.mk +++ b/src/config/config.mk @@ -37,4 +37,4 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = gcc +CC = tcc -- cgit v1.2.3