CC=gcc CFLAGS=-Wall -Werror -O2 -I../include all: sha1.o util.o clean: -rm *.o