mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
Slight makefile tweak
This commit is contained in:
parent
23b7a7b9ad
commit
5ab1d39776
@ -71,11 +71,8 @@ echo Finished %ldt%
|
||||
GOTO END
|
||||
|
||||
:CLEAN
|
||||
IF EXIST "output\x86\" (
|
||||
del output\x86\ /S /Q
|
||||
)
|
||||
IF EXIST "output\x64\" (
|
||||
del output\x64\ /S /Q
|
||||
IF EXIST "output\" (
|
||||
del output\ /S /Q
|
||||
)
|
||||
GOTO END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user