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 98de763632989c89c25987c797bffd581600ffb0
parent af3e57344bc1ebda9600b65f14905cb6184c8564
Author: Joris Vink <joris@coders.se>
Date:   Mon, 17 Jun 2013 23:54:59 +0200

s/light/kore

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

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+=-D_GNU_SOURCE=1 -Wsign-compare -Iincludes -g LDFLAGS=-rdynamic -Llibs -lssl -lcrypto -ldl -lz -light: $(S_OBJS) +kore: $(S_OBJS) $(CC) $(CFLAGS) $(S_OBJS) $(LDFLAGS) -o $(BIN) .c.o: $<