# Build filetest cd filetest cp ../src/spinix.* . make clean make make binary cd .. # Build fibo cd cdemos cd fibo cp ../../src/spinix.* . make clean ./buildit cd ../.. # Build the dhrystone benchmark cd cdemos cd dry cp ../../src/spinix.* . make clean ./buildit cd ../.. # Build a simple hello world program cd cdemos cd hello cp ../../src/spinix.* . make clean ./buildit cd ../.. # Build the chess program cd chess ./buildit cd ..