Explorar el Código

Normalize whitespace in Makefile

pull/30/head
Paul J. Davis hace 12 años
cometido por Dave Cottlehuber
padre
commit
1365bde29c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Ver fichero

@ -1,16 +1,20 @@
REBAR?=./rebar
all: build
clean:
$(REBAR) clean
rm -rf logs
rm -rf .eunit
rm -f test/*.beam
distclean: clean
git clean -fxd
depends:
@if test ! -d ./deps; then \
$(REBAR) get-deps; \

Cargando…
Cancelar
Guardar