Mercurial > hg > libxtract
view examples/simpletest/Make.config @ 275:1458e8fc09b8
Delete accidentally committed file
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Wed, 12 Nov 2014 12:05:37 +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)