Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 576:ae2eeec4d41d
No more warnings in the PD external with -Wall
Include necessary headers; remove initializer for spec (I confess, I'm
not sure why); add a create method in the class.
author | mas01cr |
---|---|
date | Mon, 06 Jul 2009 15:09:55 +0000 |
parents | 600b87550b83 |
children | c80ade092d7a |
line wrap: on
line source
all: populate populate: populate.c gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< clean: -rm populate keyplot.adb