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
nore?id=fe12352b57517d4346f3ca391b525894e5a61c7a'>fe12352b ^
30ca6cac ^
cf6da8a4 ^
30ca6cac ^



2655d9e8 ^

30ca6cac ^
376804be ^
30ca6cac ^
30ca6cac ^
28f5cdf7 ^
3134a7b6 ^
268c33e1 ^
37f91427 ^
9874470c ^
3db9fb75 ^

73eb4baf ^

0fbaa6f5 ^

599bee2c ^

d95ceeb3 ^






71356967 ^
17f40b76 ^
90d2cbff ^
af880e2c ^
185d72e2 ^
ff18572e ^


51bb5f9e ^

ff18572e ^
f44cf86f ^
62dd30ff ^
ef34ddc1 ^
2dacfc82 ^
fbeb107c ^


1814dcdd ^
f7843def ^
e94b604b ^
1e35b76b ^
e0dfe483 ^


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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71