Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 711:ec23b53ffa14
* Added text for about box (feedback email and project URL)
* Fixed up library path
author | mas01mj |
---|---|
date | Fri, 18 Jun 2010 14:06:03 +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