Browse Source

fix makefile

pull/1782/head
Liamsi 6 years ago
parent
commit
3fe985e289
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      Makefile

+ 4
- 4
Makefile View File

@ -13,12 +13,12 @@ check: check_tools
### Build
# Command to generate the workd list (kept here for documentation purposes only):
# wordlist:
# Generating wordlist.go ...
wordlist:
# To re-generate wordlist.go run:
# go-bindata -ignore ".*\.go" -o keys/words/wordlist/wordlist.go -pkg "wordlist" keys/words/wordlist/...
#build: wordlist
# # Nothing else to build!
build: wordlist
# Nothing else to build!
install:
# Nothing to install!


Loading…
Cancel
Save