From f100b562fdb496adce766d80fdc9d99b1fbf8b54 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 14 Apr 2022 11:36:45 +0800 Subject: [PATCH] update test makefile for crosstool --- 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