From 8d796e32510dc00e0b6f25b841bff8425c54dc6b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 9 Aug 2009 19:17:58 +0200 Subject: Minor build system fixes Restore .gitignore generation. Add the default and clean targets for the tests/ directory to the top level makefile. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index e196fe2..9ec8da3 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ clean := $(out_base)/.clean # Build. # -$(default): $(out_base)/cli/ +$(default): $(out_base)/cli/ $(out_base)/tests/ # Test. # @@ -37,7 +37,7 @@ $(install): $(out_base)/cli/.install \ # Clean. # -$(clean): $(out_base)/cli/.clean +$(clean): $(out_base)/cli/.clean $(out_base)/tests/.clean $(call include,$(bld_root)/install.make) -- cgit v1.1