aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-10 13:38:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-10 13:38:24 -0700
commit4e53bd43b19b08adb4148b5b2293ba2fd8c7e72a (patch)
tree5a4fb41cf47b2183e9974a3b5f589c6b65d7ce3e /makefile
parentb34d774dc6543b90048e947ca25b3abbde179a90 (diff)
parentae6944468217b433a062bb493888d7e993bea96a (diff)
downloadzxcvbn-c-4e53bd43b19b08adb4148b5b2293ba2fd8c7e72a.tar.gz
Update to upstream 2.5+dfsg
[git-debrebase anchor: new upstream 2.5+dfsg, merge]
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 40c88f2..399bccc 100644
--- a/makefile
+++ b/makefile
@@ -44,7 +44,7 @@ test-inline: test.c zxcvbn-inline.o
$(CC) $(CPPFLAGS) $(CFLAGS) \
-o test-inline test.c zxcvbn-inline.o $(LDFLAGS) -lm
-test-internals: test-internals.c zxcvbn.c dict-crc.h zxcvbn.h
+test-internals: test-internals.c zxcvbn.c dict-src.h dict-crc.h zxcvbn.h
$(CC) $(CPPFLAGS) $(CFLAGS) \
-o test-internals test-internals.c $(LDFLAGS) -lm