view examples/runner-rdf/Makefile @ 720:2fad8cfdb2d8

number of dims and number of vectors were backward stylistic standard.
author map01bf
date Fri, 25 Jun 2010 19:49:30 +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