6 lines
44 B
Bash
6 lines
44 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
make clean
|
||
|
|
make
|