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 fe52e3f4e0957ffd6dc1203f8a69f720b124609f
parent 59ce048ce3c1306cbac643c96d20b98099965342
Author: Joris Vink <joris@coders.se>
Date:   Thu, 29 Nov 2018 21:04:49 +0100

update comment

Diffstat:
examples/Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile @@ -2,6 +2,9 @@ # Build all relevant examples. # This only exists to quickly test building all examples. # +# Kore must be built with PGSQL=1 TASKS=1 PYTHON=1 to get all +# of the below examples to build correctly. +# CURDIR= $(shell pwd) KODEV= ../kodev/kodev