about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--config.def.h (renamed from config.h)0
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d61830..dee43ed 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ options:
 
 ${OBJ}: config.h config.mk
 
+config.h:
+	echo creating $@ from config.def.h
+	cp config.def.h $@
+
 dwm: ${OBJ}
 	@echo CC -o $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
@@ -31,7 +35,7 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p dwm-${VERSION}
-	@cp -R LICENSE Makefile README config.h config.mk \
+	@cp -R LICENSE Makefile README config.def.h config.mk \
 		dwm.1 ${SRC} dwm-${VERSION}
 	@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
 	@gzip dwm-${VERSION}.tar
diff --git a/config.h b/config.def.h
index 006a622..006a622 100644
--- a/config.h
+++ b/config.def.h
7:19:22 +0200 changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now' href='/acidbong/suckless/dwm/commit/config.arg.h?h=2.7&id=1bf0c4a8e7892896bb8ed1693f36f1de5285e46c'>1bf0c4a ^
a73a882 ^
b38905b ^
a73a882 ^

b355755 ^




a73a882 ^




f504aea ^


a73a882 ^

b355755 ^









a73a882 ^

9955ddc ^


a73a882 ^



e21d93b ^




a73a882 ^
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