Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 734:35bfc91b67d3
Added initial search functions and tests.
author | mas01mj |
---|---|
date | Wed, 15 Sep 2010 11:59:47 +0000 |
parents | 404222029e27 |
children |
line wrap: on
line source
all: populate populate: populate.c gcc -o populate -std=c99 -D_GNU_SOURCE -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< clean: -rm populate keyplot.adb