diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2016-09-30 08:37:09 +0200 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2016-09-30 08:37:09 +0200 |
commit | 72ee6f78c5ae1d2eff406d3b39fd6820887e22ad (patch) | |
tree | 88a38cc7d0d7bd022006d1edc73820f6d41f755e /build_tools.sh | |
parent | 1dccbaf9a0cc0256701cfbae5bbb17b4d4e9416a (diff) | |
parent | c035fd93f465ec2bc47645b4b838bec946ee88f0 (diff) | |
download | Nim-72ee6f78c5ae1d2eff406d3b39fd6820887e22ad.tar.gz |
Merge branch 'devel' into unify_waitpid_handling
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 |