Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 691:203181f7d804
Added checks for max length/vectors that disable the query button if invalid values are provided.
author | mas01mj |
---|---|
date | Fri, 12 Mar 2010 14:46:22 +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