aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2020-02-27 07:15:45 -0500
committerTaylor Holberton <taylorcholberton@gmail.com>2020-02-27 07:15:45 -0500
commit5eff8665c28406df8ec0067ec3f4b402d53169ec (patch)
tree0c01d3cb4cd8befe7f7c458f908ce80ad518a9ce /utils
parent38ece0842b86584af84dd70d33f11b0786b9a7be (diff)
Added 'tinymix' to linker rule
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index dc5fd64..2e4bef6 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -19,7 +19,7 @@ VPATH = ../src:../include/tinyalsa
.PHONY: all
all: -ltinyalsa tinyplay tinycap tinymix tinypcminfo
-tinyplay tinycap tinypcminfo: LDLIBS+=-ldl
+tinyplay tinycap tinypcminfo tinymix: LDLIBS+=-ldl
tinyplay: tinyplay.o libtinyalsa.a