blob: 4504c26ae6dff9f537c40338d4edcc52c04a8c85 (
plain)
1
2
3
4
5
6
7
8
9
|
libc_P.1: libc.a(isatty.o)
libc.a(isatty.o): $(OBJDIR)/isatty.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/isatty.o: src/unistd/isatty.c
$(OBJDIR)/isatty.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/unistd/isatty.c
|