From 511d23f0d347164430630cf6d39fc4bc39f85e06 Mon Sep 17 00:00:00 2001 From: perennial Date: Sat, 12 Oct 2024 04:00:49 +1100 Subject: [PATCH] build.sh: clean up the all target --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index a142425..b156209 100755 --- a/build.sh +++ b/build.sh @@ -132,7 +132,6 @@ help() { all() { fmt - i18n build test }