diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:44:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:44:30 +0200 |
commit | ffbed42338e0c7c3c76d4d9334d45755ac58e346 (patch) | |
tree | 6ae85002ae7dbb8629b1b399b4e57e5d3efbca7a | |
parent | 19fae01ca697a0b2645409b2add5b774e92734b5 (diff) |
Disable test clean target
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ $(install): $(out_base)/odb/tracer/.install # Clean. # -$(clean): $(out_base)/odb/tracer/.clean $(out_base)/tests/.clean +$(clean): $(out_base)/odb/tracer/.clean #$(out_base)/tests/.clean $(call include,$(bld_root)/install.make) |