ref: def218a52a93259da43d7e2aa43e4a56a8cbd908 dir: /lib/crt/Makefile/
.POSIX: include ../../config.mk all: crt-$(ARCH)-$(SYS).o crt-$(ARCH)-$(SYS).o: $(ARCH)-$(SYS)/crt.o ln -f $(ARCH)-$(SYS)/crt.o $@ clean: rm -f */crt.o crt-*.o