Added bin directory for binaries

This commit is contained in:
elimin8 2022-06-13 22:07:19 +01:00
parent 120c8ca6d6
commit 4d8a8cd0a4
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
4 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ $(info c2 domain is $(sC2Domain))
$(info proxy is $(sProxy))
default:
g++ -DsUsername="$(sUsername)" -DsPassword="$(sPassword)" -DsC2Domain="$(sC2Domain)" -DsProxy="$(sProxy)" RCB.cpp -o RCB -lcurl
g++ -DsUsername="$(sUsername)" -DsPassword="$(sPassword)" -DsC2Domain="$(sC2Domain)" -DsProxy="$(sProxy)" RCB.cpp -o bin/RCB -lcurl

BIN
RCB

Binary file not shown.

BIN
bin/RCB Executable file

Binary file not shown.