diff --git a/Makefile b/Makefile index 41a4df8..066b5fd 100755 --- a/Makefile +++ b/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