7 lines
37 B
Bash
7 lines
37 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
make clean
|
||
|
make
|