From d9c52d4aa1b3d4f14063fa95d6fec0d47aba8edc Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 31 Jan 2024 21:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Makefile=E4=BB=A5=E4=BE=BF?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=B8=85=E7=90=86Arch=20Linux=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E5=AE=89=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 60fbd64..09eceea 100755 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ replace: clean: python3 RemovePycacheFile.py rm *.deb -fv + rm *.pkg.tar* -fv cd VM-source ; qmake . ; make clean rm VM-source/VirtualMachine -rfv rm -rfv VM-source/.qmake.stash