Pārlūkot izejas kodu

Add a distclean target for Make

This runs a `git clean -fxd` to revert to a pristine Git clone.
pull/30/merge
Paul J. Davis pirms 12 gadiem
vecāks
revīzija
654a9cf9c3
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt