summaryrefslogtreecommitdiff
path: root/tools/clean.sh
blob: c7a4c88d033d4d15978189f41dd5dea72cb49296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh


set -euf


# absolute paths
script="$(realpath $0)"
tools="$(dirname "${script}")"
src="$(dirname "${tools}")"
build="${src}/build"
pcb="${src}/pcb"


rm -rf "$build"
rm -f "${pcb}/fp-info-cache"
rm -f "${pcb}/iot-contact.kicad_prl"