1
Fork 0

Remove debuginfo files for compiled y.rs in clean_all.sh

This commit is contained in:
bjorn3 2023-01-05 17:28:23 +00:00
parent 4c97569a54
commit da37e16c23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
rm -rf target/ download/ build/ dist/ y.bin y.exe
rm -rf target/ download/ build/ dist/ y.bin y.bin.dSYM y.exe y.pdb
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
# FIXME remove at some point in the future