From 4c2677100744cfa66d55d5f551523231799a781b Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 14 Apr 2022 10:08:52 +0800 Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/framwork --- 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