about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e324e5b..223f6f7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c
+WMSRC = bar.c client.c cmd.c draw.c event.c kb.c mouse.c util.c wm.c
 WMOBJ = ${WMSRC:.c=.o}
 MENSRC = menu.c draw.c util.c
 MENOBJ = ${MENSRC:.c=.o}
d Morgan <djm_uk@protonmail.com> 2024-09-03 15:26:06 +0000 committer David Morgan <djm_uk@protonmail.com> 2024-09-03 15:26:06 +0000 Reformat with newer nixfmt' href='/djm/dotfiles/commit/nix-conf/home/includes/linux-dev.nix?id=95bc01f27764cfdfc6229ffe3d59517dea0c9e5b'>95bc01f ^
a434298 ^


6bc9ad7 ^
2815b34 ^
6bc9ad7 ^
a434298 ^
72f7214 ^
a434298 ^
5a215dc ^
ae4a317 ^
a434298 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27