include ../make.def

lib:	crt0.o

$(LIBDIR)/crt0.o: crt0.o
	$(CP) crt0.o $@

install: $(LIBDIR)/crt0.o

