ref: c35d0fcec7b67eca019e90ff3fae9b0eca1c193c dir: /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