#!/bin/sh rm -f *.nds *.elf *.gba *.arm9 make clean make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT" mv ds81.nds ds81-nofat.nds mv ds81.ds.gba ds81-nofat.ds.gba rm -f build/main.* make