Mercurial > hg > audiodb
annotate examples/runner-rdf/Makefile @ 612:c80ade092d7a
Tiny runner-rdf/Makefile modification
Make the -rpath absolute (so that we can run the binary from elsewhere)
author | mas01cr |
---|---|
date | Tue, 01 Sep 2009 14:17:57 +0000 |
parents | 600b87550b83 |
children | 404222029e27 |
rev | line source |
---|---|
mas01cr@553 | 1 all: populate |
mas01cr@553 | 2 |
mas01cr@553 | 3 populate: populate.c |
mas01cr@612 | 4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< |
mas01cr@554 | 5 |
mas01cr@554 | 6 clean: |
mas01cr@554 | 7 -rm populate keyplot.adb |