From c16222907ea84936f43f5fdd8500a6a19be993ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 14:18:55 +0200 Subject: Add another example, README files, and VC++ projects/solutions --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/makefile') diff --git a/examples/makefile b/examples/makefile index 31a72b7..0180e9a 100644 --- a/examples/makefile +++ b/examples/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -examples := hello +examples := hello features default := $(out_base)/ clean := $(out_base)/.clean -- cgit