TARGET = LoadPicture

all: $(TARGET).c
	gcc -noixemul -O3 -s $(TARGET).c -o $(TARGET)
