
all: test

test:
	arm-wince-cegcc-gcc -march=armv5te -O3 -fomit-frame-pointer -Wall -I. -o test_memcpy.exe test_memcpy.c memcpy_libc.S _memcpy_uclibc.S memcpy_uclibc.S -Wl,--enable-auto-import
