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 066643e..ad8ec08 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c main.c tag.c util.c
+SRC = client.c draw.c event.c main.c tag.c util.c view.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
lied another config.mk patch made by sander' href='/acidbong/suckless/dwm/commit/config.mk?h=5.8.1&id=14f7380308c4213aac7956c272dec0d23c2f42d3'>14f7380 ^
2e95837 ^
1076f2b
7b5638f ^
ecc95c9 ^
b896b58 ^
88c8ead ^

d7e1708 ^
71fd06f ^




95766d6 ^
1076f2b
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
28
29