libk  Diff

Differences From Artifact [67375a0380]:

To Artifact [da20a1a7ee]:


1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
out=${out:-out}
gen=${gen:-gen}
. global/common.sh

say "cleaning libk build artifacts"

set -x
rm -r $out
rm -r $gen

|





<
|
|
1
2
3
4
5
6
7

8
9
#!/usr/bin/env bash
to=${to:-out}
gen=${gen:-gen}
. global/common.sh

say "cleaning libk build artifacts"


report rm -r $to
report rm -r $gen