minix/commands/bzip2-1.0.3/build

7 lines
73 B
Bash
Executable file

#!/bin/sh
make clean
bigmake all
if [ $1 != build ]
then make install
fi