about summary refs log blame commit diff stats
path: root/clean.sh
blob: 39683ecc64f1f61ed1f7b60ea4c7548bbbe639e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                          
#!/bin/sh
set -eu

. ./tup.config

echo "Cleaning Project..."
set -x
rm -rf $CONFIG_BUILD_DIR
set +x
echo "Done."