ref: 33b631df0ef7ee8d4a9e822bdfec5faa8777bfe7 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