aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-16 10:47:00 +0200
committerMattias Andrée <m@maandree.se>2026-05-16 10:47:00 +0200
commitdbffc7416c8463458d5049485fc838e33459089b (patch)
tree65c508e7f6807db89b2fab1ed86ae0a489c4c2c6 /Makefile
parentAdd WITH_LIBAR2SIMPLIFIED=false + work on fuzzing code (diff)
downloadlibrecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.gz
librecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.bz2
librecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.xz
Fix fuzzing code
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebf30f4..42e324d 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ all: librecrypt.a librecrypt.$(LIBEXT) $(TEST)
$(OBJ): $(HDR)
$(LOBJ): $(HDR)
$(TOBJ): $(HDR) libtest/libtest.h
+$(FOBJ): $(HDR) libtest/libtest.h
$(TEST): $(HDR) librecrypt.a libtest/libtest.a libtest/libtest.h
$(FUZZ): $(HDR) librecrypt.a libtest/libtest.a libtest/libtest.h