aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/config.mk
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2025-04-24 11:05:27 +0200
committerphilw <dscr@duck.com>2025-04-24 11:05:27 +0200
commit3067e463f953463d4c604d0c5259475595d89a00 (patch)
tree45b451826566e707cc19b17fa872e9ecade7a025 /src/config/config.mk
parent8146021a2ea4130cfb0d2bf846b451ec538b1bb6 (diff)
downloaddwm-3067e463f953463d4c604d0c5259475595d89a00.tar.gz
dwm-3067e463f953463d4c604d0c5259475595d89a00.zip
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 <dscr@duck.com>
Diffstat (limited to 'src/config/config.mk')
-rw-r--r--src/config/config.mk2
1 files changed, 1 insertions, 1 deletions
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}
37#LDFLAGS = ${LIBS} 37#LDFLAGS = ${LIBS}
38 38
39# compiler and linker 39# compiler and linker
40CC = gcc 40CC = tcc