Artifact 61a9f12cd83ea9b0f0adfe57ec869af99d56233a535abb822af68944fd353588:
- Executable file clean.sh — part of check-in [26c340d29e] at 2019-08-19 04:51:01 on branch trunk — begin move away from legacy build system (user: lexi, size: 139) [annotate] [blame] [check-ins using]
#!/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