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 fc58007cc1dedff9d8300acdcfae62b25f5d9c6d
parent 8aaf7aaf797781f30f6154740729363c1bb36c4d
Author: Joris Vink <joris@coders.se>
Date:   Fri, 22 Jun 2018 23:02:57 +0200

remove lingering character

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

diff --git a/Makefile b/Makefile @@ -168,7 +168,7 @@ $(OBJDIR)/%.o: src/%.c $(CC) $(CFLAGS) -c $< -o $@ clean: - rm -f $(VERSION); \ + rm -f $(VERSION) find . -type f -name \*.o -exec rm {} \; rm -rf $(KORE) $(OBJDIR) kore.features $(MAKE) -C kodev clean