Parcourir la source

Remove etap target from the Makefile

pull/65/head
Paul J. Davis il y a 11 ans
Parent
révision
5752dbc1fc
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile Voir le fichier

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

Chargement…
Annuler
Enregistrer