Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 621:2e9a6e4500d3
added an insert from file function.
error handling is a bit gross.
altered the license reference in the header comments.
author | map01bf |
---|---|
date | Wed, 16 Sep 2009 16:12:33 +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