From c3ca4d99303ae0fafa8041a6e6ce2ed03838151c Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 21 Jan 2022 19:59:21 +0100 Subject: [PATCH] added compile script --- GhettoCryptCLI/compile.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 GhettoCryptCLI/compile.sh diff --git a/GhettoCryptCLI/compile.sh b/GhettoCryptCLI/compile.sh new file mode 100644 index 0000000..31a028b --- /dev/null +++ b/GhettoCryptCLI/compile.sh @@ -0,0 +1 @@ +g++ -Wall *.cpp ../GhettoCrypt/*.cpp -Wall -Wextra -Wpedantic -o gecrypt