diff options
author | anselm@anselm1 <unknown> | 2008-03-22 14:52:00 +0000 |
---|---|---|
committer | anselm@anselm1 <unknown> | 2008-03-22 14:52:00 +0000 |
commit | 542c58d8d00e26f23a5e0f09a9d1e68a7259db5e (patch) | |
tree | fc8bf439c4a9220f49543a3d46027c5b58ab834f /Makefile | |
parent | fixed match() to prefer prefix-matches to strstr-matches in the match list, e... (diff) | |
download | dmenu-542c58d8d00e26f23a5e0f09a9d1e68a7259db5e.tar.gz dmenu-542c58d8d00e26f23a5e0f09a9d1e68a7259db5e.tar.bz2 dmenu-542c58d8d00e26f23a5e0f09a9d1e68a7259db5e.zip |
several performance tweaks
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8c0aa39..e7df2d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dmenu - dynamic menu -# © 2006-2007 Anselm R. Garbe, Sander van Dijk +# See LICENSE file for copyright and license details. include config.mk |