diff options
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r-- | c++/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index 0c25a90..d7d6558 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -15,7 +15,9 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test +# We include examples now since those are our "tests" at this time. We +# can remove it later. +SUBDIRS=src test examples ############################################################################## ## T A R G E T S |