Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 568:7a257a2364a4
Removed redundant flext library, and tidied up the core C file a little.
author | mas01mj |
---|---|
date | Wed, 01 Jul 2009 11:44:49 +0000 |
parents | 600b87550b83 |
children | c80ade092d7a |
line wrap: on
line source
all: populate populate: populate.c gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< clean: -rm populate keyplot.adb