ref: bc1d0b048c6c8de00d0b6362ce9a1a624f35349d 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