From f08cc6849bbf16a7bf2e9581527c0508e7c417f7 Mon Sep 17 00:00:00 2001 From: jacobeva Date: Wed, 8 Mar 2023 12:55:12 +0000 Subject: [PATCH] Modified binary destination --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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