libk  Diff

Differences From Artifact [61a9f12cd8]:

To Artifact [67375a0380]:


1
2
3
4
5

6
7
8
9
10
11
#!/usr/bin/env bash
. global/common.sh

out=${out:-out}
gen=${gen:-gen}


say "cleaning libk build artifacts"

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

<
<


>






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