Avoid making 'make pulse' easy to use
This commit is contained in:
parent
0054445f13
commit
7912e77e9e
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -28,8 +28,9 @@ edoc-clean:
|
||||||
rm -f edoc/*.png edoc/*.html edoc/*.css edoc/edoc-info
|
rm -f edoc/*.png edoc/*.html edoc/*.css edoc/edoc-info
|
||||||
|
|
||||||
pulse: compile
|
pulse: compile
|
||||||
env USE_PULSE=1 $(REBAR_BIN) skip_deps=true clean compile
|
@echo Sorry, PULSE test needs maintenance. -SLF
|
||||||
env USE_PULSE=1 $(REBAR_BIN) skip_deps=true -D PULSE eunit -v
|
#env USE_PULSE=1 $(REBAR_BIN) skip_deps=true clean compile
|
||||||
|
#env USE_PULSE=1 $(REBAR_BIN) skip_deps=true -D PULSE eunit -v
|
||||||
|
|
||||||
APPS = kernel stdlib sasl erts ssl compiler eunit crypto
|
APPS = kernel stdlib sasl erts ssl compiler eunit crypto
|
||||||
PLT = $(HOME)/.machi_dialyzer_plt
|
PLT = $(HOME)/.machi_dialyzer_plt
|
||||||
|
|
Loading…
Reference in a new issue