5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
"${CC:-cc}" -DPATH_MAX=255 -o evtest evtest.c
|
||
|
install -Dt "$1/usr/bin" evtest
|