1
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:
OJ 2020-04-21 10:21:51 +10:00
parent 23b7a7b9ad
commit 5ab1d39776
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -71,11 +71,8 @@ echo Finished %ldt%
GOTO END GOTO END
:CLEAN :CLEAN
IF EXIST "output\x86\" ( IF EXIST "output\" (
del output\x86\ /S /Q del output\ /S /Q
)
IF EXIST "output\x64\" (
del output\x64\ /S /Q
) )
GOTO END GOTO END