Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 653:3e25f26b6a27
Some minor tweaks to the browser JS/HTML.
author | mas01mj |
---|---|
date | Thu, 15 Oct 2009 14:47:07 +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