
CFLAGS=-Wall

hashdd: hashdd.c
	${CC} -O2 -Wall hashdd.c -o hashdd

clean: 
	rm *.o hashdd
