From 16cfe4827f4e2c9796a4b283077c5522a04a4da3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 13 May 2023 14:33:49 +0200 Subject: rename Makefile parameters & update README --- ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index cd7baa9..dd45b89 100755 --- a/ci.sh +++ b/ci.sh @@ -12,7 +12,7 @@ test_build_clang() { echo Building w/ clang echo ---------------------------------------------------------------------- echo - test_build --build-arg C_COMPILER=clang + test_build --build-arg COMPILER=clang } test_build_gcc() { @@ -20,7 +20,7 @@ test_build_gcc() { echo Building w/ gcc echo ---------------------------------------------------------------------- echo - test_build --build-arg C_COMPILER=gcc + test_build --build-arg COMPILER=gcc } main() { -- cgit v1.2.3