From ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 29 Mar 2026 09:33:07 +0300 Subject: chore(make.sh): Add build as a synonym to compile --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index b499eef..8f66d35 100755 --- a/make.sh +++ b/make.sh @@ -35,7 +35,7 @@ then fi case "$1" in - (compile) + (compile|build) make_compile "$2" ;; (run) -- cgit v1.2.3