Description: minimalize makefile for examples
 Wipes out unnecessary material.
Origin: debian
Author: Jerome Benoit <calculs@rezozer.net>
Last-Update: 2016-01-07

--- a/example/makefile
+++ b/example/makefile
@@ -1,9 +1,3 @@
-example: example.o
-	g++ example.o -o example -lmpfr -lgmp
-
-example.o: example.cpp
-	g++ -c example.cpp
-
-clean:
-	rm -f *.o 
+LDLIBS = -lmpfr -lgmp
 
+build: example
