8 lines
72 B
Bash
8 lines
72 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
source $(dirname $0)/env.sh
|
||
|
|
||
|
cd $LUNA_ROOT
|
||
|
|
||
|
make clean
|