CC=ppu32-gcc FLAGS= -O3 all: ${CC} ${FLAGS} stream.c -o stream clean: rm -f stream *.o *~