summaryrefslogtreecommitdiff
path: root/examples/Gain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Gain/Makefile')
-rw-r--r--examples/Gain/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Gain/Makefile b/examples/Gain/Makefile
index 4a93197a..a89c057b 100644
--- a/examples/Gain/Makefile
+++ b/examples/Gain/Makefile
@@ -31,6 +31,10 @@ endif
TARGETS += lv2_dsp
TARGETS += vst
+ifeq ($(MACOS),true)
+TARGETS += au
+endif
+
all: $(TARGETS)
# --------------------------------------------------------------