From 973ea7eaee914ba2e296d97bdb0457b6732891e1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 27 十一月 2020 18:55:58 +0800 Subject: [PATCH] update --- src/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Makefile b/src/Makefile index be1dcac..b1759a6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,6 +84,7 @@ .PHONY: clean clean: rm -f $(OBJS) $(MYLIBS) $(DEPENDENCES) $(TEMPFILES) + rm -rf $(DEST)/* -include $(DEPENDENCES) -- Gitblit v1.8.0