diff options
| author | philw <dscr@duck.com> | 2025-04-24 11:05:27 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2025-04-24 11:05:27 +0200 |
| commit | 3067e463f953463d4c604d0c5259475595d89a00 (patch) | |
| tree | 45b451826566e707cc19b17fa872e9ecade7a025 /src/config | |
| parent | 8146021a2ea4130cfb0d2bf846b451ec538b1bb6 (diff) | |
| download | dwm-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')
| -rw-r--r-- | src/config/config.mk | 2 |
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 |
| 40 | CC = gcc | 40 | CC = tcc |
