ref: 8e416b79aff3f1e84d5b6255f3bb3435e3e2352e 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