aboutsummaryrefslogtreecommitdiff
path: root/src/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make.config')
-rw-r--r--src/Make.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Make.config b/src/Make.config
new file mode 100644
index 0000000..75d5abe
--- /dev/null
+++ b/src/Make.config
@@ -0,0 +1,7 @@
+NAME := xtract
+DIRS := . c-ringbuf ooura dywapitchtrack
+FLAGS := -I../include
+
+ifeq ($(PLATFORM), Darwin)
+ LDFLAGS = -framework Accelerate
+endif