From ec4747178fadca6aefe5213f9a84bad0001d040a Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Wed, 25 Aug 2021 18:50:22 +0800 Subject: [PATCH] Update Makefile --- unit-test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit-test/Makefile b/unit-test/Makefile index da670c0..008447f 100644 --- a/unit-test/Makefile +++ b/unit-test/Makefile @@ -35,7 +35,7 @@ $(PROJECT) : $(OBJS) $(MODULE) @echo "+--------------------------------------------+" clean: - rm -rf *.o *.a *_unittest + rm -rf *.o *.a *_unittest ../crc/*.o install : test -d ../test || mkdir -p ../test @@ -46,4 +46,4 @@ install : %.o : %.c $(CC) $(INC) -c $< -o $@ %.o : %.cc - $(CC) $(INC) -c $< -o $@ \ No newline at end of file + $(CC) $(INC) -c $< -o $@