view examples/simpletest/Make.config @ 274:2a7074774cc7

Attempt to fix Linux build error
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 11 Nov 2014 19:53:38 +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)