소스 검색

Remove etap target from the Makefile

pull/65/head
Paul J. Davis 11 년 전
부모
커밋
5752dbc1fc
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile 파일 보기

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

불러오는 중...
취소
저장