view build-mikmod.sh @ 13:32f80cd7bfee

General tidy up..
author darius
date Thu, 23 Apr 1998 07:20:19 +0000
parents d4366a861859
children
line wrap: on
line source

#!/bin/sh
cd playercode
make
cd ..
cd mmio
make
cd ..
cd examples/unix
make
cp mikmod ../..
cd ../..
strip mikmod
echo All done.