Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 554:600b87550b83
Improve the behaviour of the RDF example a little bit.
Automatically create the database if it doesn't exist yet.
Write a little explanatory comment about how we could be cleverer.
author | mas01cr |
---|---|
date | Fri, 13 Feb 2009 11:23:13 +0000 |
parents | ea341e68649f |
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