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

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