all:
	arm-thumb-elf-gcc -o ch4d.elf ch4d.c -lm -T lnkscript
	arm-thumb-elf-objcopy -O binary ch4d.elf ch4d.gba

clean:
	rm -f *~ ch4d.gba ch4d.elf
