Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 566:702c7778c1ba
Rejig to put version info directly into gengetopt.in version.
author | mas01mj |
---|---|
date | Wed, 24 Jun 2009 11:42:32 +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