export CC=${CROSS_COMPILE}gcc

crc_random: crc_random.c
	${CC} $^ -g3 -o $@
