1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-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