From b23a2e2b22f153130e4f5f2a002d88f805182ab1 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 12 Jun 2022 18:28:53 +0200 Subject: [PATCH] added deprecated note to build.sh I'll remove this buggy shit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index bfbcbce..c1e983a 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +echo -e "Hey, this will be removed in the future. Use Makefile instead, please.\n" + #################### # Remove previous output