5 lines
97 B
Bash
5 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p $3
|
||
|
clang -target $Y_TRIPLE --sysroot $Y_SYSROOT -fPIC -o $3/c-test $1/test.c
|