CC=/usr/local/arm-apple-darwin/bin/gccCXX=/usr/local/arm-apple-darwin/bin/g++CFLAGS=-fsigned-charLDFLAGS=-Wl,-syslibroot,/usr/local/arm-apple-darwin/heavenly -lobjc \-ObjC -framework CoreFoundation -framework Foundation -framework UIKit \-framework LayerKit -framework CoreGraphics -framework GraphicsServices \-framework Celestial -framework MusicLibraryLD=$(CC)all: EditorEditor: main.o $(LD) $(LDFLAGS) -o $@ $^%.o: %.m $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@clean: rm -f *.o Editor