summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-27 19:18:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-27 19:18:32 +0200
commitcede34ad1ac6730f5f2c88b4dd655f90589ae803 (patch)
tree37a35f45833fc4ffb71f643c07d8828b9b329e01 /makefile
parentc2b7e8a5a7bc98bcf5e03b32eefaa664442c26fe (diff)
Add a hello world example
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9ec8da3..238101e 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ clean := $(out_base)/.clean
# Build.
#
-$(default): $(out_base)/cli/ $(out_base)/tests/
+$(default): $(out_base)/cli/ $(out_base)/tests/ $(out_base)/examples/
# Test.
#
@@ -43,3 +43,4 @@ $(call include,$(bld_root)/install.make)
$(call import,$(src_base)/cli/makefile)
$(call import,$(src_base)/tests/makefile)
+$(call import,$(src_base)/examples/makefile)