aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-17 21:02:39 +0200
committerMattias Andrée <m@maandree.se>2026-05-17 21:02:39 +0200
commit5fb2a5fe67521a452463e6b91cee406ec14c35a0 (patch)
treef6be3a0c9086ef7122a7d5789818bdc7c0bb1081 /Makefile
parentUpdate year (diff)
downloadlibsha2-1.1.5.tar.gz
libsha2-1.1.5.tar.bz2
libsha2-1.1.5.tar.xz
Fix mistakesHEAD1.1.5master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: