5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make DESTDIR="$1" CC="${CC:-cc}"
|
||
|
make DESTDIR="$1" install
|