From 03033c1c8dfb02d195ecfbfac48d3d046c6b33c4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 12:18:53 +0200 Subject: Change subdirectory for installation --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff92501..ccc7be1 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,8 @@ tests: dist cd test && make clean tests install: dist + mkdir -p ${PREFIX}/include + mkdir -p ${PREFIX}/lib cp src/utils.h ${PREFIX}/include/utils.h cp ${LIBNAME:=.so} ${PREFIX}/lib/${LIBNAME:=.so} cp ${LIBNAME:=.a} ${PREFIX}/lib/${LIBNAME:=.a} -- cgit v1.2.3