ref: c3eecdc3f4430d487ce231afdf9bde29aa111099
dir: /src/libcrt/arm64/Makefile/
.POSIX: PROJECTDIR=../../.. include $(PROJECTDIR)/scripts/rules.mk OBJS = dummy.o TARGET = $(LIBCDIR)/libcrt.a all: $(TARGET) $(TARGET): $(OBJS) $(AR) $(PROJ_ARFLAGS) $@ $? $(RL) $(PROJ_RLFLAGS) $@