Makefile 131 Bytes
all:
	python3 ../cct.py --arch=ttc -p -o stdio-c.asm stdio.c
	cat stdio_putc.asm > stdio.asm
	tail -n +14 stdio-c.asm >> stdio.asm