From 4734b8c5f0f05e179c8762d3902fd83bc907ac60 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 4 Apr 2022 17:48:03 +0200 Subject: [PATCH] added comments --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 459e85f..691c4ee 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,9 @@ #!/bin/sh +# Build project make +# Check for 'debug' flag if [ "$1" == "debug" ]; then ./out/why2 fi \ No newline at end of file