Update Makefile

This commit is contained in:
Wang Yaofu
2021-08-25 18:50:22 +08:00
committed by GitHub
parent 97f200b42f
commit ec4747178f
+1 -1
View File
@@ -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