From ab994fdada3eebc794d6b1686f55a35420e4d758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Apr 2012 10:45:32 +0200 Subject: New example, inheritance/polymorphism Also move the inheritance example to inheritance/reuse. --- makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f9c9121..ef3a1f9 100644 --- a/makefile +++ b/makefile @@ -4,14 +4,15 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := \ -composite \ -container \ -hello \ -inheritance \ -query \ -mapping \ -optimistic \ +dirs := \ +composite \ +container \ +hello \ +inheritance/polymorphism \ +inheritance/reuse \ +query \ +mapping \ +optimistic \ schema/embedded tr1_dirs := relationship inverse schema/custom view -- cgit v1.1