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