Mercurial > hg > audiodb
comparison 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 |
comparison
equal
deleted
inserted
replaced
553:ea341e68649f | 554:600b87550b83 |
---|---|
1 all: populate | 1 all: populate |
2 | 2 |
3 populate: populate.c | 3 populate: populate.c |
4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< | 4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< |
5 | |
6 clean: | |
7 -rm populate keyplot.adb |