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