From 1f9e94880486a44ed95f8d84a6dc02aa9351bd51 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 15 Sep 2024 13:21:09 +0200 Subject: m + split out implemenation for w=8,16,32,64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1897ce4..7ddc174 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,8 @@ MAN7 =\ all: libkeccak.a libkeccak.$(LIBEXT) test benchmark $(OBJ): $(HDR) +digest.o: 1600.c 800.c 400.c 200.c + .c.o: $(CC) -fPIC -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -- cgit v1.2.3-70-g09d2