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