summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 11:00:26 +0000
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 11:00:26 +0000
commitfa6a0b432e5283b7779d813ae140106e809c387f (patch)
treea948d9034d99205e2c2c8698afd89b21fd8e1843
parent21f0cae92fbd34397f61f00502d974c102af3e58 (diff)
makefile: remove solaris rule, i wont test this
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 63d5b1d..92fefb5 100644
--- a/config.mk
+++ b/config.mk
@@ -20,9 +20,5 @@ LDFLAGS = ${LIBS}
#CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE
#LDFLAGS = -s ${LIBS}
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-
# compiler and linker
#CC = cc