minix/commands/flex-2.5.4/build
Ben Gras 1bec73d61c fix builds not to do bigmakes
gzip is out of the base system
2006-02-02 17:13:07 +00:00

6 lines
110 B
Bash
Executable file

#!/bin/sh
CC=cc /bin/sh ./configure --prefix=/usr/local && make all
if [ "$1" != build ]
then make install
fi