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

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