-
-# Top-level directory
-T := .
-
-# Default goal for building this directory
-.DEFAULT_GOAL := all
-
-# Include the top-level makefile
-include $T/Toplevel.mak
+# Copyright 2008 - 2011 Integratech S.A.
+# Copyright 2011 - 2014 Leandro Lucarella
+# Distributed under the Boost Software License, Version 1.0
+# See the LICENSE file for details, or http://www.boost.org/LICENSE_1_0.txt
+
+.PHONY: example
+example:
+ @$(MAKE) -C example
+
+.PHONY: clean-example
+clean-example:
+ @$(MAKE) -C example clean