We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61aa203 + 475ef3a commit 5d7ef7cCopy full SHA for 5d7ef7c
makefile
@@ -44,7 +44,7 @@ test-inline: test.c zxcvbn-inline.o
44
$(CC) $(CPPFLAGS) $(CFLAGS) \
45
-o test-inline test.c zxcvbn-inline.o $(LDFLAGS) -lm
46
47
-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
48
49
-o test-internals test-internals.c $(LDFLAGS) -lm
50
0 commit comments