all: md5_x64-linux

md5_x64-linux: md5driver.c md5c.c global.h md5.h
	gcc -g -DMD=5 md5driver.c md5c.c -o md5_x64-linux
