EXECUTABLES=hello all: $(EXECUTABLES) hello: hello.c $(ARM_CROSS)gcc $< -o $@ clean: rm -f $(EXECUTABLES)