File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ test-c++file: test.c zxcvbn-c++file.o
79
79
$(CXX ) $(CPPFLAGS ) $(CXXFLAGS ) \
80
80
-DUSE_DICT_FILE -o test-c++file test.cpp zxcvbn-c++file.o $(LDFLAGS ) -lm
81
81
82
- zxcvbn-c++file.o : zxcvbn.c dict-crc.h zxcvbn.h
83
- if [ ! -e zxcvbn.cpp ]; then ln -s zxcvbn.c zxcvbn.cpp; fi
82
+ zxcvbn-c++file.o : zxcvbn.c dict-crc.h zxcvbn.h zxcvbn-c++inline.o
84
83
$(CXX ) $(CPPFLAGS ) $(CXXFLAGS ) \
85
84
-DUSE_DICT_FILE -c -o zxcvbn-c++file.o zxcvbn.cpp
86
85
@@ -102,7 +101,7 @@ test: test-internals test-file test-inline test-c++inline test-c++file test-shli
102
101
@echo Finished
103
102
104
103
clean :
105
- rm -f test-file zxcvbn-file.o test-c++file zxcvbn-c++file.o
104
+ rm -f test-file zxcvbn-file.o test-c++file zxcvbn-c++file.o
106
105
rm -f test-inline test-internals zxcvbn-inline.o zxcvbn-inline-pic.o test-c++inline zxcvbn-c++inline.o
107
106
rm -f dict-* .h zxcvbn.dict zxcvbn.cpp test.cpp
108
107
rm -f dictgen
You can’t perform that action at this time.
0 commit comments