From a24311cb18b52c3cf26f16694f103d24a902d15b Mon Sep 17 00:00:00 2001 From: Damiano Boppart Date: Thu, 17 Jan 2019 16:19:04 +0100 Subject: [PATCH] Create all required folders when installing --- .hgignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index 8b280d8..9b4c464 100644 --- a/.hgignore +++ b/.hgignore @@ -8,3 +8,4 @@ test_adapter .pEp* lib local.conf +build/ diff --git a/Makefile b/Makefile index 865a87f..ebd0a76 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ test_%: test_%.o $(TARGET) .PHONY: install install: $(TARGET) -mkdir -p $(PREFIX)/include/pEp + -mkdir -p $(PREFIX)/lib cp $(HEADERS) $(PREFIX)/include/pEp/ cp $(TARGET) $(PREFIX)/lib/