CFLAGS=-O3 -g -pg -DMD=5 all : hashbench hashbench : hashbench.o tests.o mdfour.o tiger.o sboxes.o md5.o hashbench.o : hashbench.c hashbench.h tests.o : tests.c mdfour.o tiger.o md5.o mdfour.o : mdfour.c mdfour.h tiger.o : sboxes.o md5.o : md5.c md5.h clean : rm -rf *.o *~