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