xref: /PHP-7.2/vcsclean (revision a38bc7b3)
1#! /bin/sh
2
3if test -d '.git' -o -f '.git'; then
4    ${MAKE:-make} -f build/build.mk gitclean-work
5else
6    echo "Can't figure out your VCS, not cleaning."
7fi
8