Browse Source

"User interface" for removing all files which are ignored by cvs

(i.e. object files, Makefiles)
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
d7f21375d4
  1. 3
      cvsclean

3
cvsclean

@ -0,0 +1,3 @@
#! /bin/sh
${MAKE:-make} -f build/build.mk cvsclean
Loading…
Cancel
Save