ref: 9f098e0ead1a6be8a47dae73713a61f66da84013 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