summary refs log tree commit diff stats
path: root/build_all.sh
Commit message (Collapse)AuthorAgeFilesLines
* build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145Timothee Cour2018-10-081-1/+1
| | | /cc @valtron printf doesn't include trailing newline, unlike echo
* fix: echo "\n" not portablevaltron2018-10-011-1/+1
|
* save a backup of csources-built nim to bin/nim_csources to avoid recompiling ↵Timothee Cour2018-08-091-4/+13
| | | | from csources (#8582)
* add build_all.sh to allow 1-liner to build development version of the ↵Timothee Cour2018-08-081-0/+22
compiler (#8546)