From cede34ad1ac6730f5f2c88b4dd655f90589ae803 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 19:18:32 +0200 Subject: Add a hello world example --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') 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) -- cgit v1.1