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 25d47db9e7da1a1abfbaa3da55aae5c4e62bc65e
parent 26fdbc40304f8bf6445d2dd34bd70d6940d0592a
Author: Joris Vink <joris@coders.se>
Date:   Tue,  9 Mar 2021 15:13:45 +0100

Let VERSION depend on OBJDIR.

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

diff --git a/Makefile b/Makefile @@ -160,7 +160,7 @@ $(PLATFORM): $(OBJDIR) force $(PYTHON_CURLOPT): $(OBJDIR) force @cp $(PYTHON_CURLOPT) $(OBJDIR) -$(VERSION): force +$(VERSION): $(OBJDIR) force @if [ -d .git ]; then \ GIT_REVISION=`git rev-parse --short=8 HEAD`; \ GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`; \