comparison vamp-client/Makefile @ 80:d9e85a65d45b

Inching toward a client
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 11 Oct 2016 15:49:28 +0100
parents f4b5c0e70771
children 154e94ea84d4
comparison
equal deleted inserted replaced
79:f4497c1da43d 80:d9e85a65d45b
1 1
2 VAMPSDK_DIR := ../../vamp-plugin-sdk 2 VAMPSDK_DIR := ../../vamp-plugin-sdk
3 PIPER_DIR := ../../piper 3 PIPER_DIR := ../../piper
4 4
5 CXXFLAGS = -I$(VAMPSDK_DIR) 5 CXXFLAGS = -I$(VAMPSDK_DIR) -I..
6 6
7 client: client.cpp 7 client: client.cpp