aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 15:23:18 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 15:23:18 +0200
commit471f9607beecffd54adb6b4f30274fa6b3ac7d6a (patch)
tree135f5e2d224bbe862d9e5e2254e7b644fc6118c8 /Makefile
parentc5e5e03644c606dae0bb9cb08701a2843637554a (diff)
downloadutils-471f9607beecffd54adb6b4f30274fa6b3ac7d6a.tar.gz
utils-471f9607beecffd54adb6b4f30274fa6b3ac7d6a.zip
Add command to generate utils.pc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ccc7be1..49dcb99 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
include config.mk
dist: static shared
+ ./build-pc.sh -p ${PREFIX} -n ${NAME} -ln ${LIBNAME} -d "${LIBDSCR}" -v ${LIBVER} ${NAME}.pc
static:
@make OPT='-O2 -pipe -Werror' ${LIBNAME:=.a}