ref: 989c106cae3b5870d966b2cc6a83dcad73254ede 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