libk  Diff

Differences From Artifact [da20a1a7ee]:

To Artifact [92c5183668]:


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



|





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

say "cleaning libk build artifacts"

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