PROGRAM_ppu		= sim
# Link with libm (math.h)
IMPORTS			= -lm

CFLAGS_gcc		= -std=gnu99
CC_OPT_LEVEL	= -O2 -g

# Use SDK build environment
include $(CELL_TOP)/make.footer
