Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 627:a6fc780678a8
Added support for includeKeys/excludeKeys, et al
author | mas01mj |
---|---|
date | Tue, 22 Sep 2009 16:40:57 +0000 |
parents | c80ade092d7a |
children | 404222029e27 |
line wrap: on
line source
all: populate populate: populate.c gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< clean: -rm populate keyplot.adb