source:
trunk/build/build-nacl32
@
2291
Last change on this file since 2291 was 1518, checked in by , 9 years ago | |
---|---|
|
|
File size: 163 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # This can't hurt |
4 | make distclean |
5 | |
6 | set -e |
7 | ./build/lol-build bootstrap nacl-i386 |
8 | ./build/lol-build configure nacl-i386 |
9 | ./build/lol-build build nacl-i386 |
10 |
Note: See TracBrowser
for help on using the repository browser.