aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-09-07 13:58:00 +0200
committerMattias Andrée <m@maandree.se>2026-09-07 13:58:00 +0200
commit72106416b204fbd289e9f9c2d2411ae09eada3b7 (patch)
treec33bf8cd813dcef1754c3d5a7eb5b90a67ea5e68
parentAdd support for the reference implementation of Argon2 (diff)
downloadlibrecrypt-72106416b204fbd289e9f9c2d2411ae09eada3b7.tar.gz
librecrypt-72106416b204fbd289e9f9c2d2411ae09eada3b7.tar.bz2
librecrypt-72106416b204fbd289e9f9c2d2411ae09eada3b7.tar.xz
Fix makefile bugHEAD1.1.1.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6485a9c..ea1eeca 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ librecrypt.a: $(OBJ)
$(AR) ts $@ > /dev/null
librecrypt.$(LIBEXT): $(LOBJ)
- $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS)
+ $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(ALL_LDFLAGS)
libtest/libtest.a:
+cd libtest && $(MAKE) libtest.a