diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-16 23:26:50 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-16 23:26:50 +0200 |
commit | 0c3544d42fba23b99a07cf18f35ae25a3121765f (patch) | |
tree | 1d7a1064902a132e3bb205a608285784e78f653b /config.mk | |
parent | 94f7c2707bcd11de4e0174abe0c2634980dc283e (diff) | |
download | dwm-0c3544d42fba23b99a07cf18f35ae25a3121765f.tar.gz |
simplified man page
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index dcea1f8..d4a7193 100644 --- a/config.mk +++ b/config.mk @@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -VERSION = 0.1 +VERSION = 0.2 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 |