php-src/vcsclean

8 lines
159 B
Plaintext
Raw Normal View History

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