Explorar el Código

Add a distclean target for Make

This runs a `git clean -fxd` to revert to a pristine Git clone.
pull/30/head
Paul J. Davis hace 12 años
cometido por Dave Cottlehuber
padre
commit
fb7b33580b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Ver fichero

@ -8,6 +8,8 @@ clean:
rm -rf .eunit
rm -f test/*.beam
distclean: clean
git clean -fxd
depends:
@if test ! -d ./deps; then \

Cargando…
Cancelar
Guardar