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

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