view clean-mikmod.sh @ 16:e5529b6e3b1c

Inistal commit of the Cheesy Mod Player (tm)
author darius
date Thu, 23 Apr 1998 07:35:49 +0000
parents d4366a861859
children
line wrap: on
line source

#!/bin/sh
cd playercode
make clean
cd ..
cd mmio
make clean
cd ..
cd examples/unix
make clean
echo All clean.