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 2ee09b6a43620d481307f9c1b55c463cca8e81d9
parent 6efd3ffae2df665bc0ea2dd355586c9093a07ba0
Author: Joris Vink <joris@coders.se>
Date:   Thu, 21 May 2015 14:59:56 +0200

Kill lingering PHONY target.

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

diff --git a/Makefile b/Makefile @@ -77,4 +77,4 @@ clean: find . -type f -name \*.o -exec rm {} \; rm -f $(KORE) -.PHONY: clean contain +.PHONY: clean