diff options
Diffstat (limited to 'build_tools.sh')
-rw-r--r-- | build_tools.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_tools.sh b/build_tools.sh new file mode 100644 index 000000000..4d867b0ad --- /dev/null +++ b/build_tools.sh @@ -0,0 +1,3 @@ +./bin/nim c --noNimblePath -p:compiler -o:./bin/nimble dist/nimble/src/nimble.nim +./bin/nim c --noNimblePath -p:compiler -o:./bin/nimsuggest dist/nimsuggest/nimsuggest.nim +./bin/nim c -o:./bin/nimgrep tools/nimgrep.nim |