Artifact 67375a038065f584d3bbb34ac9b8a0ba8aaade1917b6c6ab1d3ff435e1771a9b:
- Executable file clean.sh — part of check-in [34c625a47b] at 2019-08-19 05:42:02 on branch trunk — switch over to new build mechanism and formally deprecate makefiles (user: lexi, size: 138) [annotate] [blame] [check-ins using]
#!/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