Mercurial > hg > nnls-chroma
view Makefile.linux @ 179:ea0c7382705a
Fix package path
author | Chris Cannam |
---|---|
date | Mon, 20 May 2019 16:05:05 +0100 |
parents | 259ef0f4622b |
children |
line wrap: on
line source
VAMP_SDK_DIR = ../vamp-plugin-sdk OPTFLAGS = -Wall -O3 -ftree-vectorize -ffast-math PLUGIN_EXT = .so LDFLAGS += -shared -Wl,-soname=$(PLUGIN) -L$(VAMP_SDK_DIR) -lvamp-sdk -Wl,--version-script=vamp-plugin.map include Makefile.inc