Explorar el Código

fix make clean.

pull/19/head
benoitc hace 13 años
cometido por Benoit Chesneau
padre
commit
993a00cff5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -6,7 +6,7 @@ clean:
$(REBAR) clean
rm -rf logs
rm -rf .eunit
rm test/*.beam
rm -f test/*.beam
deps: ./deps/
$(REBAR) get-deps update-deps

Cargando…
Cancelar
Guardar