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 89f12a61e545375b0d825e8f466aa4d24619021e
parent d40bd805f51e5ba6c72c818c87c68297382487ed
Author: Joris Vink <joris@coders.se>
Date:   Sun, 28 Jul 2013 20:02:01 +0200

Add osx to makefile options.
From Vaibhav Bhembre via github

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

diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ CFLAGS+=-Wsign-compare -Iincludes -g LDFLAGS+=-rdynamic -lssl -lcrypto -lz default: - @echo "Please specify a build target [linux | bsd]" + @echo "Please specify a build target [linux | bsd | osx]" linux: @LDFLAGS="-ldl" CFLAGS="-D_GNU_SOURCE=1" S_SRC=src/linux.c make kore