Selaa lähdekoodia

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 12 vuotta sitten
committed by Dave Cottlehuber
vanhempi
commit
fb7b33580b
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna