diff options
| author | 2007-02-05 11:10:41 +0100 | |
|---|---|---|
| committer | 2007-02-05 11:10:41 +0100 | |
| commit | dbccf6fbff01dce1e4349ab8ccff4357e360da4c (patch) | |
| tree | 948b3c09ea4f45feda07ee521b6aa33cebb93a58 /config.mk | |
| parent | Added tag 2.1 for changeset 7656557298c9 (diff) | |
got rid of LD, inspired by JGs patch to wmii
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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} |
