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 4cfdda290f875adad7b089e7677699b7072ec183
parent e6833a4892f048c147bccf4928f2ef11578dccb0
Author: Joris Vink <joris@coders.se>
Date:   Fri, 30 Mar 2018 13:47:12 +0200

install headers correct again

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

diff --git a/Makefile b/Makefile @@ -130,7 +130,7 @@ install: $(KORE) $(KODEV) mkdir -p $(INSTALL_DIR) install -m 555 $(KORE) $(INSTALL_DIR)/$(KORE) install -m 644 kore.features $(SHARE_DIR)/features - install -m 644 includes/*.h $(INCLUDE_DIR) + install -m 644 include/kore/*.h $(INCLUDE_DIR) $(MAKE) -C kodev install uninstall: