Create all required folders when installing

sync
Damiano Boppart 2019-01-17 16:19:04 +01:00
parent 69a69265ca
commit a24311cb18
2 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,4 @@ test_adapter
.pEp*
lib
local.conf
build/

View File

@ -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/