summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-01-29 06:46:37 +1000
committerFilipe Coelho <falktx@falktx.com>2019-01-28 21:46:37 +0100
commitb6ccc269662529ce1bfd869b249c6045f5df5960 (patch)
tree477637e655c045243996975728a250199f43d8c0 /Makefile
parent4ff5ef7a7619c4353dca5b08f4c53b6b2d251056 (diff)
Add gain example plugin (#119)
* Add gain example plugin * Add missing overridden methods
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8b23a22..70b8cc72 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ dgl:
$(MAKE) -C dgl
examples: dgl
+ $(MAKE) all -C examples/Gain
$(MAKE) all -C examples/Info
$(MAKE) all -C examples/Latency
$(MAKE) all -C examples/Meters