5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd obj
|
||
|
cc ../libmu/*.c -I ../configs -I ../libmu -c
|