diff examples/runner-rdf/Makefile @ 554:600b87550b83

Improve the behaviour of the RDF example a little bit. Automatically create the database if it doesn't exist yet. Write a little explanatory comment about how we could be cleverer.
author mas01cr
date Fri, 13 Feb 2009 11:23:13 +0000
parents ea341e68649f
children c80ade092d7a
line wrap: on
line diff
--- a/examples/runner-rdf/Makefile	Fri Feb 13 11:23:10 2009 +0000
+++ b/examples/runner-rdf/Makefile	Fri Feb 13 11:23:13 2009 +0000
@@ -1,4 +1,7 @@
 all: populate
 
 populate: populate.c
-	gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $<
\ No newline at end of file
+	gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $<
+
+clean:
+	-rm populate keyplot.adb