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 e97396366c1460af4ce4714d075872d998d0e886
parent 418c08166ae0262015fe4b78c80b2509f0edc50d
Author: Joris Vink <joris@coders.se>
Date:   Thu, 29 Nov 2018 21:18:15 +0100

don't go examples clean

Diffstat:
Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -185,7 +185,6 @@ clean: find . -type f -name \*.o -exec rm {} \; rm -rf $(KORE) $(OBJDIR) kore.features $(MAKE) -C kodev clean - $(MAKE) -C examples clean releng-build-examples: rm -rf /tmp/kore_releng