Skip to content

Commit 184ac73

Browse files
authored
Update compile.sh
1 parent 8754afe commit 184ac73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compile.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
COMMAND=`g++ enc.cpp -o enc -Os -Wall -Wno-deprecated -std=c++20 -lz -lzip -lcryptopp -fsanitize=address && g++ dec.cpp -o dec -Os -Wall -Wno-deprecated -lz -lzip -lcryptopp -std=c++20 -fsanitize=address`
2+
COMMAND=`g++ enc.cpp -o enc -Os -Wall -Wno-deprecated -std=c++20 -lz -lzip -lcryptopp && g++ dec.cpp -o dec -Os -Wall -Wno-deprecated -lz -lzip -lcryptopp -std=c++20`
33
echo "Compiling..."
44
echo $COMMAND
5-
echo "Compiled!"
5+
echo "Compiled!"

0 commit comments

Comments
 (0)