libk  Diff

Differences From Artifact [67375a0380]:

To Artifact [da20a1a7ee]:


     1      1   #!/usr/bin/env bash
     2         -out=${out:-out}
            2  +to=${to:-out}
     3      3   gen=${gen:-gen}
     4      4   . global/common.sh
     5      5   
     6      6   say "cleaning libk build artifacts"
     7      7   
     8         -set -x
     9         -rm -r $out
    10         -rm -r $gen
            8  +report rm -r $to
            9  +report rm -r $gen