annotate Make.config @ 251:bc1fc8985170

Actually add Makefiles! - Not added in previous commit due to being in .gitignore
author Jamie Bullock <jamie@jamiebullock.com>
date Thu, 06 Nov 2014 17:29:37 +0000
parents f7098c38ec50
children
rev   line source
jamie@249 1 NAME := xtract
jamie@249 2 DIRS := src src/c-ringbuf src/ooura src/dywapitchtrack
jamie@249 3
jamie@249 4 ifeq ($(PLATFORM), Darwin)
jamie@249 5 LDFLAGS = -framework Accelerate
jamie@249 6 endif