diff options
author | Andy Shevchenko <ext-andriy.shevchenko@nokia.com> | 2011-04-13 16:20:29 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-14 15:35:46 +0300 |
commit | 3c4668cfa1817dfd4d377ba1a966104d6edda1c0 (patch) | |
tree | 59cf760efda094221e8464a15c6f38b7b571c247 /tests/ubi-tests | |
parent | ae385163f7278dd67dbe3d133d37ff3aabece1ad (diff) |
tests: ubi-tests: clean libubi.a and *.o
The common.mk contains clean target that removes *.o and $(TARGETS). Thus, make
custom clean target only for libubi.a
Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests')
-rw-r--r-- | tests/ubi-tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/Makefile b/tests/ubi-tests/Makefile index d6be0dc..741a5c2 100644 --- a/tests/ubi-tests/Makefile +++ b/tests/ubi-tests/Makefile @@ -22,4 +22,4 @@ libubi.a: $(LIBUBI_SRC_PATH)/libubi.c $(LIBUBI_HEADER_PATH)/libubi.h $(LIBUBI_ $(TARGETS): $(addprefix $(BUILDDIR)/, common.o) libubi.a clean:: - rm -f $(TARGETS) $(addsuffix .o, $(TESTS)) libubi.* + rm -f libubi.a |