about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-19 13:00:29 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-19 13:00:29 +0100
commit5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63 (patch)
tree2025c7842831bd512df4816717e5e47160f99f7c /Makefile
parent39ed54a468f339535f82cce2c0a79b92e74a7c09 (diff)
downloaddwm-5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63.tar.gz
introduced tile.c, some refactoring of functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e337ec2..18626a7 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 view.c
+SRC = client.c draw.c event.c main.c tile.c tag.c util.c view.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
b265b74'>^
d64124e ^
99273b6 ^



8d50587 ^
99273b6 ^
05649a5 ^
99273b6 ^







05649a5 ^
99273b6 ^


5b59ba3 ^

d64124e ^

05649a5 ^
5b59ba3 ^
05649a5 ^
5b59ba3 ^
99273b6 ^
05649a5 ^
8d50587 ^
05649a5 ^




8d50587 ^

05649a5 ^
























58ca664 ^
05649a5 ^


















d9d5901 ^
05649a5 ^









d9d5901 ^
05649a5 ^





7e4251d ^

85f0238 ^

d64124e ^
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116