Explorar el Código

Merge pull request #29 from tuncer/makefile

Makefile: fix 'clean' and add 'distclean'
pull/3/head
Dave Smith hace 12 años
padre
commit
e47e03bfce
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile Ver fichero

@ -7,7 +7,10 @@ all:
./bootstrap
clean:
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .test
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit
distclean: clean
@rm -rf deps
debug:
@./bootstrap debug

Cargando…
Cancelar
Guardar