20add6baa2
. build now used to make binary packages (and still in easypack), kick out makeme.sh
4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
make clean
|
|
CC=cc /bin/sh ./configure --prefix=/usr/local && bigmake all
|
|
make install
|