7 lines
46 B
Bash
7 lines
46 B
Bash
#!/usr/bin/sh
|
|
|
|
make -C ../ clr
|
|
make -C ../
|
|
|
|
|
#!/usr/bin/sh
|
|
|
|
make -C ../ clr
|
|
make -C ../
|
|
|
|
|