diff options
| author | spv <spv@spv.sh> | 2025-09-21 00:07:50 -0400 |
|---|---|---|
| committer | spv <spv@spv.sh> | 2025-09-21 00:08:43 -0400 |
| commit | 38d25483657e82eb546ecb8566214f830efba461 (patch) | |
| tree | b9568debc69bffc2595df42266c5550cdf05f3d2 /Makefile | |
| parent | 9ddf37ad959faaca72f1634dc61439cdd3c585f1 (diff) | |
refactoring ftw (now w/ README updates!)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ clean: bin: mkdir bin -bin/kblightd: src/main.c +bin/kblightd: src/main.c src/keypress_thread.c src/light_thread.c src/backlight.c ${CC} -static $^ -o $@ run_prep: |
