ref: c59e92237fe2e058833fe5744c39ee77325f7d31 dir: /lib/c/common.mk/
SRC=$(OBJ:.o=.c) all: libc.a libc.a: $(OBJ) $(AR) $(ARFLAGS) $@ $? ranlib $@ dep: ../gendep.sh clean: rm -f $(OBJ) distclean: clean rm -f $(SRC) rm -f makefile