php-src/vcsclean

8 lines
146 B
Plaintext
Raw Normal View History

#! /bin/sh
2014-05-10 11:16:48 +00:00
if test -d '.git'; then
${MAKE:-make} -f build/build.mk gitclean-work
else
echo "Can't figure out your VCS, not cleaning."
fi