From b089c993758e508971ce37e8e210c84280374b68 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Feb 2026 20:30:38 +0100 Subject: Update new-c-proj MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- git/new-c-proj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git/new-c-proj') diff --git a/git/new-c-proj b/git/new-c-proj index dfd00f9..503bdf9 100755 --- a/git/new-c-proj +++ b/git/new-c-proj @@ -39,7 +39,9 @@ cat > .gitignore <> .git/info/exclude +printf '%s\n' 'MAKEENV_OPTS_OPT_ATTACHED_ARG = j' 'CC = gcc-extreme -std=c99' >> .makeenv + if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then UPPERCASE="$(printf '%s\n' "$1" | tr '[a-z-]' '[A-Z_]')" LIBNAME="$(printf '%s\n' "$1" | sed 's/^lib//')" -- cgit v1.2.3-70-g09d2