view build-mikmod.sh @ 14:6218f9885552

Clean up the Makefile
author darius
date Thu, 23 Apr 1998 07:21:28 +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.