From b5fe7f9a3bcc2f20d127f9081c1cf132091f6a57 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 27 十一月 2020 15:25:13 +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