aboutsummaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-11 15:48:33 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-11 15:48:33 -0700
commit16e73947858754de5bfcbd91f8f6ce021e99c673 (patch)
treeff6e4d051f17d6f0d2cd9fdc1f78632105dd52cb /examples/makefile
parente28bfc09f230ed00e94a79efaa6fafd0d07eaf12 (diff)
Add 'inheritance' example
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index 00ed338..2ef249a 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -4,7 +4,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-examples := roundtrip processing persistence performance
+examples := roundtrip processing persistence inheritance performance
default := $(out_base)/
test := $(out_base)/.test