소스 검색

Run dialyzer by default just after a compile

pull/103/head
Andreas Pauley 11 년 전
부모
커밋
0d4ad9bcc4
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      Makefile

+ 4
- 2
Makefile 파일 보기

@ -3,13 +3,15 @@ IBROWSE_VSN = $(shell sed -n 's/.*{vsn,.*"\(.*\)"}.*/\1/p' src/ibrowse.app.src)
DIALYZER_PLT=$(CURDIR)/.dialyzer_plt
DIALYZER_APPS=erts kernel stdlib ssl crypto public_key asn1 compiler hipe edoc gs syntax_tools inets xmerl runtime_tools mnesia
all:
all: compile dialyzer
compile:
./rebar compile
clean:
./rebar clean
install: all
install: compile
mkdir -p $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/
cp -r ebin $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/

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