diff --git a/Makefile b/Makefile index c3d669458..258596a6d 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,13 @@ install-windows: @echo "Installing Windows payloads" ifneq ("$(wildcard c/meterpreter/output/*.x86.dll)","") @cp c/meterpreter/output/*.x86.dll $(METERPDIR) + @cp c/meterpreter/output/*.x86.debug.dll $(METERPDIR) else @echo "Note: Windows 32-bit not built, skipping" endif ifneq ("$(wildcard c/meterpreter/output/*.x64.dll)","") @cp c/meterpreter/output/*.x64.dll $(METERPDIR) + @cp c/meterpreter/output/*.x64.debug.dll $(METERPDIR) else @echo "Note: Windows 64-bit not built, skipping" endif