Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 692:02756c5ca15a
* Added interface elements for query start selection
* Added logic for sec/vector conversion.
author | mas01mj |
---|---|
date | Thu, 22 Apr 2010 15:43:26 +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