From 3c4668cfa1817dfd4d377ba1a966104d6edda1c0 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 13 Apr 2011 16:20:29 +0300 Subject: 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 Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ubi-tests') 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 -- cgit v1.2.3