minix/commands/flex-2.5.4/build
Ben Gras 20add6baa2 . initial version of binpackage script
. build now used to make binary packages (and still in easypack), kick out
  makeme.sh
2006-01-23 12:22:06 +00:00

5 lines
95 B
Bash
Executable file

#!/bin/sh
make clean
CC=cc /bin/sh ./configure --prefix=/usr/local && bigmake all
make install