diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-18 18:20:21 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-18 18:20:21 +0100 |
commit | 8911aa10606b4fda9d766973b1c3e0e23bb2c266 (patch) | |
tree | 40d6dce6422d39a703ab48ed7814bb11aa1e514c /config.mk | |
parent | reusing config.h's color values, note we have to use const char *, instead of... (diff) | |
download | dmenu-8911aa10606b4fda9d766973b1c3e0e23bb2c266.tar.gz dmenu-8911aa10606b4fda9d766973b1c3e0e23bb2c266.tar.bz2 dmenu-8911aa10606b4fda9d766973b1c3e0e23bb2c266.zip |
minor fix
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 556086f..557f48c 100644 --- a/config.mk +++ b/config.mk @@ -26,7 +26,6 @@ LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = ${LIBS} -#CFLAGS += -xtarget=ultra # compiler and linker CC = cc |