From 7cdd27f8dce39bed37a266fa578cfaedce0a015d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 18:35:24 -0500 Subject: update dependencies --- mk/__printf.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk/__printf.d') diff --git a/mk/__printf.d b/mk/__printf.d index ef03315c..39c33ac6 100644 --- a/mk/__printf.d +++ b/mk/__printf.d @@ -11,6 +11,5 @@ $(OBJDIR)/__printf.o: src/stdint/uintmax_t.h $(OBJDIR)/__printf.o: src/stdint/intptr_t.h $(OBJDIR)/__printf.o: src/stdint/UINTMAX_MAX.h $(OBJDIR)/__printf.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/stdio/__printf.c + $(CC) -c -o $@ $(CFLAGS) src/stdio/__printf.c -- cgit v1.2.1