aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-17 21:02:35 +0200
committerMattias Andrée <m@maandree.se>2026-05-17 21:02:35 +0200
commitb5e063d63ecd3dbed1b68b1ea6961137d4f3f153 (patch)
treefe2a848ab3208e9de8b362ba769535483472dbd6 /Makefile
parentUpdate year (diff)
downloadlibsha1-08aeb407be6eaa48e2d8ef57655c1eae647004c0.tar.gz
libsha1-08aeb407be6eaa48e2d8ef57655c1eae647004c0.tar.bz2
libsha1-08aeb407be6eaa48e2d8ef57655c1eae647004c0.tar.xz
Fix mistakesHEAD1.1.6master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2247c2c..28598f2 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ SRC = $(OBJ:.o=.c)
all: libsha1.a libsha1.$(LIBEXT) test
-$(OBJ): $(HDR)
+$(OBJ) test.o: $(HDR)
$(LOBJ): $(HDR)
.c.o: