view rdf/generator/Makefile.linux @ 141:cabf8e65c10f

* some typo & doc updates -- mostly just because I'm reading it, and fiddling with a few things as I go along
author cannam
date Fri, 20 Jun 2008 10:01:43 +0000
parents 147de5e64d28
children
line wrap: on
line source

CXXFLAGS	:= -I../.. -O2 -Wall

template-generator:	template-generator.o
	g++ $^ -o $@ -L../../vamp-sdk -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic -ldl

clean:	
	rm *.o