4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/bash
|
|
|
|
gcc -o x1 eg1.c -I../include_ytest/include/ -L.. -lytest $1
|
#!/bin/bash
|
|
|
|
gcc -o x1 eg1.c -I../include_ytest/include/ -L.. -lytest $1
|