public
Description: Not-Yet-Arc Compiler
Homepage:
Clone URL: git://github.com/stefano/nyac.git
nyac / rebuild.sh
100755 8 lines (6 sloc) 0.236 kb
1
2
3
4
5
6
7
8
#!/bin/bash
 
ln -sf build-arc/std.arc.so std.arc.so
echo '"new"' | LD_LIBRARY_PATH=build-arc ./bootstrap.arc.run
ln -sf new/std.arc.so std.arc.so
echo '"new2"' | LD_LIBRARY_PATH=new ./bootstrap.arc.run
ln -sf new2/std.arc.do std.arc.so