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