aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
Commit message (Collapse)AuthorAge
* use CXX_FOR_BUILD in makefile to build dictgenSean Whitton2018-03-26
| | | | This is to permit crossbuilding. Patch from Helmut Grohne.
* DFSG: code updates for words-10k-pass.txtv2.0+dfsgSean Whitton2016-11-29
|
* Merge remote-tracking branch 'origin/master'v2.0tony2016-10-24
|\ | | | | | | makefile
| * Merge pull request #10 from spwhitton/standardise-makefile-varsV1.0tsyrogit2016-10-24
| |\ | | | | | | Standardise makefile variables
| | * Standardise makefile variablesSean Whitton2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $(LDFLAGS) close to end of command to avoid build failures with linker option --as-needed - use $(CC), $(AR), $(CXX) to the user can choose their own compiler - use $(CPPFLAGS), $(CFLAGS) and $(CXXFLAGS) are they are intended - correct CPPFLAGS -> CXXFLAGS at top of file
| * | Add another missing file to clean targetSean Whitton2016-09-28
| |/
* | Include the correct dictionary source files int the repo.tony2016-10-16
| |
* | update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
|/ | | | Also allow for repeated sequences.
* Merge branch 'build-libs' of https://github.com/spwhitton/zxcvbn-ctony2016-09-25
|\
| * Targets to build static libSean Whitton2016-09-24
| |
| * Targets to build shlibSean Whitton2016-09-24
| |
* | Merge pull request #5 from spwhitton/fix-clean-targettsyrogit2016-09-25
|\ \ | | | | | | Fix clean target
| * | Fix clean targetSean Whitton2016-09-24
| |/ | | | | | | Some build products are not cleaned.
* / Conditionally define CFLAGS and CPPFLAGSSean Whitton2016-09-24
|/ | | | This avoids wiping out distribution-defined flags.
* Initial commit.tony2015-01-03