blob: d02f4c265232a878c9d2e1656aea053957491afa [file] [log] [blame]
OBJ = built-in.o
OBJS =
all: $(OBJ)
$(OBJ): $(OBJS)
rm -f $@
$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
clean-files := $(OBJS) link.ld