From dcb85398f505481db3a33d35049584b82b1397b9 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 17 Jul 2021 23:10:13 +0800
Subject: [PATCH] update booster code for logger system and makefile

---
 booster/makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/booster/makefile b/booster/makefile
index 608137a..745ae81 100644
--- a/booster/makefile
+++ b/booster/makefile
@@ -13,3 +13,6 @@
 	@rm -f *.o
 	@rm -f *.a
 
+distclean:
+	@make clean
+	@rm -f cscope.* tags

--
Gitblit v1.9.1