diff options
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-02 13:39:37 +0200 |
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-02 13:39:37 +0200 |
| commit | 691a59669bd7267b6ad55630fffe6968bb62235a (patch) | |
| tree | 23d8618355c7582e2a495c98ec52277840e9364c /Makefile | |
| parent | 23f1f8147f46679ff75b39ed6be5db4cd8e71def (diff) | |
Add xref to travis run and clean up Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -.PHONY: dialyzer_warnings xref_warnings deps test +.PHONY: clean dialyzer_warnings xref_warnings deps test REBAR=$(PWD)/rebar RETEST=$(PWD)/deps/retest/retest @@ -7,7 +7,7 @@ all: ./bootstrap clean: - @rm -rf rebar ebin/*.beam inttest/rt.work + @rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit debug: @./bootstrap debug @@ -26,13 +26,13 @@ dialyzer_warnings: binary: VSN = $(shell ./rebar -V) binary: clean all - cp rebar ../rebar.wiki/rebar + @cp rebar ../rebar.wiki/rebar (cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar) deps: - REBAR_EXTRA_DEPS=1 ./rebar get-deps - cd deps/retest && $(REBAR) compile escriptize + @REBAR_EXTRA_DEPS=1 ./rebar get-deps + @(cd deps/retest && $(REBAR) compile escriptize) test: - $(REBAR) eunit - $(RETEST) inttest + @$(REBAR) eunit + @$(RETEST) inttest |
