annotate examples/simpletest/Make.config @ 277:f87c7a8c043f

Add missing compiler flag for simpletest
author jamiebullock <jamie@jamiebullock.com>
date Fri, 14 Nov 2014 05:16:50 -0800
parents 4a443da2eb65
children
rev   line source
jamie@252 1
jamie@252 2 ifeq ($(PLATFORM), Darwin)
jamie@252 3 DARWIN_LDFLAGS = -framework Accelerate
jamie@252 4 endif
jamie@252 5
jamie@252 6 LIBRARY :=
jamie@252 7 SUFFIX := .cpp
jamie@277 8 FLAGS += -I../../include -std=c++11
jamie@252 9 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)