view examples/simpletest/Make.config @ 267:41fe82c7ff80

Add more F0 tests
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 11 Nov 2014 16:15:28 +0000
parents 4a443da2eb65
children f87c7a8c043f
line wrap: on
line source

ifeq ($(PLATFORM), Darwin)
    DARWIN_LDFLAGS = -framework Accelerate
endif

LIBRARY := 
SUFFIX := .cpp
FLAGS += -I../../include
LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)