1 2 3 4 5 6 7 8 9 10
# Makefile for MD5 from rfc1321 code CCF = -O -DMD=5 md5c.o: md5.h global.h gcc $(CCF) -c md5c.c clean: rm -f *.o core