1 2 3 4 5 6 7 8 9 10 11
OBJ = built-in.o OBJS = all: $(OBJ) $(OBJ): $(OBJS) rm -f $@ $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@ clean-files := $(OBJS) link.ld