X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=6ffffdba99ceaa581688139628e809f12253e299;hb=2f3068fb77aed6c5128b7df1571bee1edaa35d92;hp=cd14ca48d7d2918d7e349a6f571afb3a76ec65c4;hpb=b7f891145503257759c44f5737eabe3010eae2af;p=dmenu.git 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}