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