CFLAGS = -Wall -Wextra -Wpedantic

test: test.o sha-256.o

.PHONY: clean
clean:
	rm test *.o