view examples/runner-rdf/Makefile @ 743:63a75a2b5fa6

Added insert featureData and powerData from numpy ndarray pathway
author mas01mc
date Tue, 09 Nov 2010 08:21:49 +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