Modified binary destination
This commit is contained in:
parent
c0a1c2316f
commit
f08cc6849b
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue