diff --git a/Makefile b/Makefile index 2ca5186..1ee80ed 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ else CFLAGS +=-DSTATIC_ONLY LDFLAGS += -static all: ${TARGET} - OBJS += src/kuroko.o KUROKO_LIBS = ${OBJS} endif