summaryrefslogtreecommitdiffstats
path: root/firmware/clean.sh
blob: 2fd71e9d6fd926d2e2c5c071f1c80e8a8294e919 (plain)
1
2
3
4
5
6
#!/bin/sh
set -e
basedir="$(realpath "$0" | xargs dirname)"
cd "$basedir"
cargo +esp clean
rm -rf ".embuild"
bues.ch cgit interface