about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-02 11:13:32 +0200
committerarg@10ksloc.org <unknown>2006-08-02 11:13:32 +0200
commit3af6434085aee75bd90e22aee95419dc0ae0b969 (patch)
treecb95e7ab70992fe6c3eb43bc1bf3a53261d6cb99 /config.mk
parent57871415c16664cce494b68dd3e985bcb32942c5 (diff)
downloaddwm-3af6434085aee75bd90e22aee95419dc0ae0b969.tar.gz
applied Sanders patches (numlock2)
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.mk b/config.mk
index b3c8cf7..4772ff0 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,10 @@
-# Customize to fit your system
+# dwm version
+VERSION = 0.6
+
+# Customize below to fit your system
+
+# configheader
+CONFIG = config.h
 
 # paths
 PREFIX = /usr/local
@@ -11,12 +17,6 @@ X11LIB = /usr/X11R6/lib
 INCS = -I/usr/lib -I${X11INC}
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
-# dwm version
-VERSION = 0.6
-
-# default config.h
-CONFIG = config.h
-
 # flags
 CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
 LDFLAGS = ${LIBS}
14:53:00 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-09-17 14:53:00 -0700 3394' href='/akkartik/mu/commit/counters.mu?h=main&id=897ae8c1855f830d8819759ea327d147f28a09bf'>897ae8c1 ^
b7830945 ^
b96af395 ^
d1c12218 ^
1ead3562 ^
77d5b5d6 ^
b96af395 ^
e5e3640c ^
b96af395 ^
e5e3640c ^
b96af395 ^
ce87c19e ^
192d59d3 ^

b96af395 ^
1ead3562 ^
50685c29 ^
b96af395 ^
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