mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Normalize whitespace
This commit is contained in:
parent
69b6e304e8
commit
c074240b1f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
||||||
REBAR=$(PWD)/rebar
|
REBAR=$(PWD)/rebar
|
||||||
RETEST=$(PWD)/deps/retest/retest
|
RETEST=$(PWD)/deps/retest/retest
|
||||||
OTPVSNCMD='io:fwrite("~s",[rebar_utils:otp_release()]), halt().'
|
OTPVSNCMD='io:fwrite("~s",[rebar_utils:otp_release()]), halt().'
|
||||||
OTPVSN = $(shell erl -pa ebin/ -noshell -eval $(OTPVSNCMD))
|
OTPVSN=$(shell erl -pa ebin/ -noshell -eval $(OTPVSNCMD))
|
||||||
PLT_FILENAME=~/.dialyzer_rebar_$(OTPVSN)_plt
|
PLT_FILENAME=~/.dialyzer_rebar_$(OTPVSN)_plt
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Reference in a new issue