Skip to content

Commit 55b43dc

Browse files
authored
Update build.sh
1 parent 32e45da commit 55b43dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ OUTPUT=shadow_client
22

33
rm -rf $OUTPUT
44

5-
g++ -o $OUTPUT main.cpp /home/kali/d3m0n_os_debian/rootfs/usr/share/d3m0n/src/settings.cpp -std=c++17 -I. -lssl -lcrypto || exit 1
5+
g++ -o $OUTPUT main.cpp settings.cpp -std=c++17 -I. -lssl -lcrypto || exit 1
66

77
chmod +x $OUTPUT
88

99
clear
1010

11-
./$OUTPUT $1 $2 $3
11+
./$OUTPUT $1 $2 $3

0 commit comments

Comments
 (0)