update build system
This commit is contained in:
parent
91e3d71551
commit
5c018f7540
|
@ -1,6 +1,6 @@
|
|||
.gitignore
|
||||
include_rules
|
||||
|
||||
: deps-commandeer |> yes | nimble install commandeer > ./nimble-commandeer.log |> nimble-commandeer.log
|
||||
: deps-linenoise |> yes | nimble install linenoise > ./nimble-linenoise.log |> nimble-linenoise.log
|
||||
: |> yes | nimble install commandeer > %o |> ../../output/nimble-commandeer.log
|
||||
: |> yes | nimble install linenoise > %o |> ../../output/nimble-linenoise.log
|
||||
: saferediscli.nim | nimble-*.log |> !nim |> ../../bin/safe-redis-cli
|
||||
|
|
Loading…
Reference in New Issue