diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-10 13:13:19 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-10 13:23:40 -0400 |
commit | 6c8d11e8e5b3457286fcda75b6516e93f1f12f17 (patch) | |
tree | b637ba7322df4e60e4e8174f53b48348b8f408a1 /config/pkg.mk | |
parent | 8f5ce115d51d31756b6911310a0deb1bafba46c0 (diff) | |
download | bfs-6c8d11e8e5b3457286fcda75b6516e93f1f12f17.tar.xz |
build: Run pkg-config with all packages at once
Diffstat (limited to 'config/pkg.mk')
-rw-r--r-- | config/pkg.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/pkg.mk b/config/pkg.mk new file mode 100644 index 0000000..9b32b42 --- /dev/null +++ b/config/pkg.mk @@ -0,0 +1,11 @@ +# Copyright © Tavian Barnes <tavianator@tavianator.com> +# SPDX-License-Identifier: 0BSD + +# Makefile that generates gen/lib*.mk + +.OBJDIR: . + +include config/vars.mk + +default:: + config/pkg.sh ${TARGET:${GEN}/%.mk=%} >${TARGET} 2>${TARGET}.log |