# perspective correct texture example
# 

PROG = pct
OBJS = pct.o matrix.o check.o

include ../Makefile.prefab

check.o: check.bin
	sh-elf-ld -A sh -b binary --oformat elf32-shl $< -o $@ -r -EL --no-warn-mismatch
