diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-06-07 14:50:18 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-06-07 14:50:18 -0400 |
| commit | fd466889b49dfe528567587183c2aedd27836f27 (patch) | |
| tree | 02802cd3785b46a627530427d0e8774742754a7a /mk/printf.d | |
| parent | c195cb021ead7de765a0b37f5ab793802be46731 (diff) | |
split formatted I/O header, unify undefined behavior reporting with UNDEFINED_FMT() macro
Diffstat (limited to 'mk/printf.d')
| -rw-r--r-- | mk/printf.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/printf.d b/mk/printf.d index f6268e62..a8cac79b 100644 --- a/mk/printf.d +++ b/mk/printf.d @@ -3,7 +3,7 @@ libc.a(printf.o): $(OBJDIR)/printf.o @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% $(OBJDIR)/printf.o: src/stdio/printf.c -$(OBJDIR)/printf.o: src/stdio/_stdio.h +$(OBJDIR)/printf.o: src/stdio/_format.h $(OBJDIR)/printf.o: @mkdir -p $(@D) $(CC) -c -o $@ $(CFLAGS) src/stdio/printf.c |
