aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-05 11:10:41 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-05 11:10:41 +0100
commitdbccf6fbff01dce1e4349ab8ccff4357e360da4c (patch)
tree948b3c09ea4f45feda07ee521b6aa33cebb93a58 /config.mk
parentaea9bfec5eaa6e1954f1faa73e791a70a1c01fe6 (diff)
downloaddmenu-dbccf6fbff01dce1e4349ab8ccff4357e360da4c.tar.gz
dmenu-dbccf6fbff01dce1e4349ab8ccff4357e360da4c.tar.bz2
dmenu-dbccf6fbff01dce1e4349ab8ccff4357e360da4c.zip
got rid of LD, inspired by JGs patch to wmii
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 7860a39..cc328ea 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dmenu version
-VERSION = 2.1
+VERSION = 2.2
# Customize below to fit your system
@@ -27,4 +27,3 @@ LDFLAGS = ${LIBS}
# compiler and linker
CC = cc
-LD = ${CC}