summaryrefslogtreecommitdiffstats
path: root/config/pkgs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/pkgs.mk')
-rw-r--r--config/pkgs.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/pkgs.mk b/config/pkgs.mk
deleted file mode 100644
index 54024b2..0000000
--- a/config/pkgs.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright © Tavian Barnes <tavianator@tavianator.com>
-# SPDX-License-Identifier: 0BSD
-
-# Makefile that generates gen/pkgs.mk
-
-.OBJDIR: .
-
-include config/vars.mk
-include ${GEN}/pkgs.mk
-
-default::
- config/pkgconf.sh --cflags ${PKGS} >>${TARGET} 2>>${TARGET}.log
- config/pkgconf.sh --ldflags ${PKGS} >>${TARGET} 2>>${TARGET}.log
- config/pkgconf.sh --ldlibs ${PKGS} >>${TARGET} 2>>${TARGET}.log