Sfoglia il codice sorgente

Remove etap target from the Makefile

pull/65/head
Paul J. Davis 11 anni fa
parent
commit
5752dbc1fc
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile Vedi File

@ -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

Caricamento…
Annulla
Salva