aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 08:44:54 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 08:44:54 +0200
commit2f3068fb77aed6c5128b7df1571bee1edaa35d92 (patch)
tree6bd0ad38464cc4fc026a057379e896bee8af7dd0 /config.mk
parentb7f891145503257759c44f5737eabe3010eae2af (diff)
downloaddmenu-2f3068fb77aed6c5128b7df1571bee1edaa35d92.tar.gz
dmenu-2f3068fb77aed6c5128b7df1571bee1edaa35d92.tar.bz2
dmenu-2f3068fb77aed6c5128b7df1571bee1edaa35d92.zip
added comment
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index cd14ca4..6ffffdb 100644
--- a/config.mk
+++ b/config.mk
@@ -20,6 +20,6 @@ LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-# compiler
+# compiler and linker
CC = cc
LD = ${CC}