makefile (107B)
1 build: 2 go build -o wordle src/main.go 3 install: 4 make build && mv wordle /usr/local/bin/ 5 clean: 6 rm wordle
wordle-cliGolang implementation of wordle in CLI. | |
git clone http://git.hanabi.in/repos/wordle-cli.git | |
Log | Files | Refs | README | LICENSE |