about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-20 13:46:21 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-20 13:46:21 +0100
commite7508783e85aba0ce4ab09b0dd76c40342113aed (patch)
tree849f33eb5182d16668b77bc9fbdd7e8e4e2dc3dd /Makefile
parentf4d15b1fec52bdd6d512577fd96490efaddb55eb (diff)
downloaddwm-e7508783e85aba0ce4ab09b0dd76c40342113aed.tar.gz
added draw.c again (except getcolor and setfont which are helpers in main.c)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4af6a3d..6127456 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c event.c layout.c main.c tag.c util.c
+SRC = client.c draw.c event.c layout.c main.c tag.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
html?h=hlt&id=08a0eed699b8ea07d37163aba610c8e04feee003'>08a0eed6 ^
14a38052 ^
ac07e589 ^
3350c34a ^
60338448 ^
695f9bf8 ^
a8fb537a ^
695f9bf8 ^
ac07e589 ^
bb2b6ba7 ^















695f9bf8 ^
bb2b6ba7 ^















3350c34a ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^
60338448 ^
a8fb537a ^
3350c34a ^
c56d803c ^


bb2b6ba7 ^
a0d3cac4 ^
14a38052 ^


d1c9392a ^
695f9bf8 ^
33352536 ^



695f9bf8 ^


33352536 ^
6070c23e ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
86351aaf ^
695f9bf8 ^

a0d3cac4 ^
3350c34a ^
a0d3cac4 ^

bb2b6ba7 ^



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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98