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 536960b..e2caadd 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = bar.c client.c dev.c draw.c event.c main.c util.c
+SRC = client.c draw.c event.c key.c main.c screen.c util.c
 OBJ = ${SRC:.c=.o}
 MAN1 = dwm.1 
 BIN = dwm
Kartik Agaram <vc@akkartik.com> 2018-09-21 13:51:43 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-09-21 13:51:43 -0700 4568' href='/akkartik/mu/commit/subx/edit?h=hlt&id=694d8485d49ecb4fb35c8cf0dacd59f960d2999e'>694d8485 ^
af21f7d1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20