From 16e73947858754de5bfcbd91f8f6ce021e99c673 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 May 2014 15:48:33 -0700 Subject: Add 'inheritance' example --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/makefile') 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 -- cgit v1.1