From c7a9baba5db7421de9ca6170b252efc4e35a20f5 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 16 Jul 2019 21:24:45 -0400 Subject: mv sha2{56,}.[hc] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25e3b41..9558fc9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS=-std=c11 -W -Wall -Wextra -pedantic -O3 -march=native -OBJS=sha256.o main.o tests.o +OBJS=sha2.o main.o tests.o APP=sha256 .PHONY=all clean -- cgit v1.2.3