mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
调整Makefile以便可以清理Arch Linux生成的安装包
This commit is contained in:
parent
c77a9b3290
commit
d9c52d4aa1
1
Makefile
1
Makefile
@ -10,6 +10,7 @@ replace:
|
|||||||
clean:
|
clean:
|
||||||
python3 RemovePycacheFile.py
|
python3 RemovePycacheFile.py
|
||||||
rm *.deb -fv
|
rm *.deb -fv
|
||||||
|
rm *.pkg.tar* -fv
|
||||||
cd VM-source ; qmake . ; make clean
|
cd VM-source ; qmake . ; make clean
|
||||||
rm VM-source/VirtualMachine -rfv
|
rm VM-source/VirtualMachine -rfv
|
||||||
rm -rfv VM-source/.qmake.stash
|
rm -rfv VM-source/.qmake.stash
|
||||||
|
Loading…
Reference in New Issue
Block a user