# Uncomment and fill in with SPU program name
# The build system builds all source files in this directory into the program
# PROGRAM_spu		= <spu program name>
# LIBRARY_embed	= <spu program name>.a
INCLUDE			= -I..
IMPORTS			= -lm -lmisc

CFLAGS_gcc		= -std=gnu99
CC_OPT_LEVEL	= $(CC_OPT_LEVEL_DEBUG)

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