summaryrefslogtreecommitdiff
path: root/examples/Parameters/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-01-24 11:36:00 +0000
committerfalkTX <falktx@gmail.com>2019-01-24 11:36:00 +0000
commitd97f0ae1b6f4d07bc6957338b4f8b86e894d50cd (patch)
treee6acbc11d65d16066f926651e39c5c603973f8d9 /examples/Parameters/Makefile
parentf992b82b73351a7d5b4bec47344b34533704afee (diff)
AU plugin builds
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)
# --------------------------------------------------------------