Procházet zdrojové kódy

Remove etap target from the Makefile

pull/65/head
Paul J. Davis před 11 roky
rodič
revize
5752dbc1fc
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit