MAKEFILE := makefile #--------------------------------------------------------------------------------- # Clear the implicit built in rules #--------------------------------------------------------------------------------- .SUFFIXES: #--------------------------------------------------------------------------------- ifeq ($(strip $(DEVKITARM)),) $(error "Please set DEVKITARM in your environment. export DEVKITARM=devkitARM) endif include $(DEVKITARM)/gba_rules #------------------------------------------------------------------------------------- # canned command sequence for binary data (copy-pasted from old version of devkitpro) #------------------------------------------------------------------------------------- define bin2o_old bin2s $< | $(AS) -o $(@) echo "extern const u8" `(echo $( `(echo $(> `(echo $(> `(echo $(