summaryrefslogtreecommitdiff
path: root/vcsclean
blob: b5d201b69f405bfb7692c26c407ed0b184932bca (plain)
1
2
3
4
5
6
7
#! /bin/sh

if test -d '.git'; then
    ${MAKE:-make} -f build/build.mk gitclean-work
else
    echo "Can't figure out your VCS, not cleaning."
fi