about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@suckless.org <unknown>2007-09-17 16:42:37 +0200
committerarg@suckless.org <unknown>2007-09-17 16:42:37 +0200
commitfe2775a15ba2d4900788c57194da2bad3d19cfaf (patch)
treea668f514f4169a26568a8c5d209f3fb510e2b177 /Makefile
parent01022b95d65612462972bdd009896ba6fdd3063a (diff)
downloaddwm-fe2775a15ba2d4900788c57194da2bad3d19cfaf.tar.gz
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f03721..2d61830 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = dwm.c
+SRC += dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
6:43 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-10-21 20:36:43 -0700 4712' href='/akkartik/mu/commit/subx/opcodes?h=main&id=417a05ee7dbecbf846c54cd1e186e000415fb0a3'>417a05ee ^
be609279 ^
417a05ee ^


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