php-src/vcsclean
2014-06-08 19:27:58 -07:00

8 lines
146 B
Bash
Executable File

#! /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