8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. $1/gnu-project.sh
|
|
. $Y_PORT_UTILS/gnu.sh
|
|
gnu_compile "$@"
|