commit fd33607bb0996a8f97b4840746428a702a18b303 parent 20e5d7a55c9dcc449990b4f69511e9455860c2a6 Author: sin <sin@2f30.org> Date: Fri, 20 Dec 2013 17:27:01 +0000 Remove useless options from config.mk Diffstat:
M | config.mk | | | 11 | ++--------- |
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/config.mk b/config.mk @@ -1,18 +1,11 @@ -# lemoncake version VERSION = 0.3 -# Customize below to fit your system - # paths PREFIX = /usr/local -# includes and libs -INCS = -I. -I/usr/include -LIBS = - # flags -CFLAGS = -fPIC -Wall -O3 ${INCS} -LDFLAGS = -shared ${LIBS} +CFLAGS = -fPIC -Wall -O3 +LDFLAGS = -shared # compiler and linker CC = cc