ref: 647f85d6fac7e0aee9881909cd5086941e3d11c7 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