From 1fc63aca11ea45346022b9efbcb2916fb854e34d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 19 Aug 2024 10:14:00 +0800
Subject: [PATCH] update third party build shell script for cross compiler and LingYun source code

---
 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