From 14a2c954efa46d2769b2cd8a72b8002107a57c02 Mon Sep 17 00:00:00 2001 From: flykhan Date: Thu, 23 Mar 2023 23:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E4=BA=8E=E5=88=A0=E9=99=A4=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84exe=E6=89=A7=E8=A1=8C=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=92=8Cout=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ff4737 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +clearclass: + # rm -rf */*/*/*.class + # rm -rf */*/*.class + # rm -rf */*.class + # rm -rf *.class + + + rm -rf */*.exe + rm -rf */*.out