Explorar el Código

Remove etap target from the Makefile

pull/65/head
Paul J. Davis hace 11 años
padre
commit
5752dbc1fc
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile Ver fichero

@ -29,15 +29,11 @@ build: depends
$(REBAR) compile
etap: test/etap.beam test/util.beam
prove test/*.t
eunit:
$(REBAR) eunit skip_deps=true
check: build etap eunit
check: build eunit
%.beam: %.erl

Cargando…
Cancelar
Guardar