From 2a1a62564f7c0477f8517ba36fdbba7b2e5b65d7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 26 Apr 2025 15:37:31 -0400 Subject: Simplify make rule --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3d4b141..8c37d1ca 100644 --- a/Makefile +++ b/Makefile @@ -100,8 +100,7 @@ build/lib/$(LIB_FILE): $(STDLIB_OBJS) build/lib/$(AR_FILE): $(STDLIB_OBJS) @mkdir -p build/lib - @echo ar -rcs $@ $^ - @ar -rcs $@ $^ + ar -rcs $@ $^ tags: ctags src/*.[ch] src/stdlib/*.[ch] -- cgit v1.2.3