/examples/bench/Makefile
membench.exe: main.obj memcpy.obj
	tlink /s main.obj+memcpy.obj+C:\TC\LIB\C0C.OBJ,membench.exe,membench.map,C:\TC\LIB\CC.LIB

main.obj: main.c
	tcc -c -mc -G -O -a -Z main.c

memcpy.obj: memcpy.asm
	asm89 memcpy.asm