diff options
author | 2023-05-10 15:23:18 +0200 | |
---|---|---|
committer | 2023-05-10 15:23:18 +0200 | |
commit | 471f9607beecffd54adb6b4f30274fa6b3ac7d6a (patch) | |
tree | 135f5e2d224bbe862d9e5e2254e7b644fc6118c8 /Makefile | |
parent | c5e5e03644c606dae0bb9cb08701a2843637554a (diff) | |
download | utils-471f9607beecffd54adb6b4f30274fa6b3ac7d6a.tar.gz utils-471f9607beecffd54adb6b4f30274fa6b3ac7d6a.zip |
Add command to generate utils.pc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |