diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-09 19:17:58 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-09 19:17:58 +0200 |
| commit | 8d796e32510dc00e0b6f25b841bff8425c54dc6b (patch) | |
| tree | 225383f66c3bc7da445db1aa2396eafe3ee3169f /tests | |
| parent | a9d43a9ffe2feaa368e74154cd4e0cac13fb6efd (diff) | |
| download | cli-8d796e32510dc00e0b6f25b841bff8425c54dc6b.tar.gz cli-8d796e32510dc00e0b6f25b841bff8425c54dc6b.tar.xz cli-8d796e32510dc00e0b6f25b841bff8425c54dc6b.zip | |
Minor build system fixes
Restore .gitignore generation. Add the default and clean targets
for the tests/ directory to the top level makefile.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lexer/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lexer/makefile b/tests/lexer/makefile index 88145b8..3ecbae5 100644 --- a/tests/lexer/makefile +++ b/tests/lexer/makefile @@ -62,7 +62,7 @@ $(clean): \ # Generated .gitignore. # ifeq ($(out_base),$(src_base)) -$(cli): | $(out_base)/.gitignore +$(driver): | $(out_base)/.gitignore $(out_base)/.gitignore: files := driver $(clean): $(out_base)/.gitignore.clean |
