adjust spaces

This commit is contained in:
bwatters-r7 2020-10-08 17:32:45 -05:00
parent c15e774a59
commit 68c5c5f733
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
1 changed files with 11 additions and 12 deletions

View File

@ -10,18 +10,17 @@ install-all: \
install-python
install-windows:
@echo "Installing Windows payloads"
ifneq ("$(wildcard c/meterpreter/output/*.x86.dll)","")
@cp c/meterpreter/output/*.x86.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)
else
@echo "Note: Windows 64-bit not built, skipping"
endif
@echo "Installing Windows payloads"
ifneq ("$(wildcard c/meterpreter/output/*.x86.dll)","")
@cp c/meterpreter/output/*.x86.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)
else
@echo "Note: Windows 64-bit not built, skipping"
endif
install-java:
@echo "Installing Java payloads"