From 5fb2a5fe67521a452463e6b91cee406ec14c35a0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 May 2026 21:02:39 +0200 Subject: Fix mistakes 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, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed4dfd2..9931615 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ SRC = $(OBJ:.o=.c) all: libsha2.a libsha2.$(LIBEXT) test -$(OBJ): $(HDR) +$(OBJ) test.o: $(HDR) $(LOBJ): $(HDR) .c.o: -- cgit v1.3.1