kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 46cee2ff4697c9d02f74939ce550500d9e3334be
parent f5923af1c6872669b460c12f07e210fa345ba406
Author: Joris Vink <joris@coders.se>
Date:   Fri, 15 Jul 2016 22:34:21 +0200

Typo.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -78,7 +78,7 @@ else ifeq ("$(OSNAME)", "linux") else S_SRC+=src/bsd.c ifneq ("$(JSONRPC)", "") - CFLAGS=-I/usr/local/include + CFLAGS+=-I/usr/local/include LDFLAGS+=-L/usr/local/lib endif endif