From 36aa82385cc79522c53d027eb22b54359a6b41c4 Mon Sep 17 00:00:00 2001 From: Fancy code <258828110.@qq.com> Date: Sat, 15 Jun 2024 09:13:31 +0800 Subject: [PATCH] Improve:make clean. --- Makefile | 3 ++- test.txt | 0 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 test.txt diff --git a/Makefile b/Makefile index 0346ea6..f3bf534 100755 --- a/Makefile +++ b/Makefile @@ -36,4 +36,5 @@ clean: external/libconfig/libconfig-1.7.3 \ external/goahead-5.2.0/GoAhead \ output_files \ - cmake-shell \ No newline at end of file + cmake-shell + @git checkout output_files \ No newline at end of file diff --git a/test.txt b/test.txt deleted file mode 100644 index e69de29..0000000