CC=i586-mingw32msvc-gcc 
CFLAGS=-O6 -Wall

md5sum.exe: md5.o md5sum.o getopt.o
	$(CC) -o $@ $?

clean:
	rm -f *.o md5sum.exe
