Normalize whitespace

This commit is contained in:
Fred Hebert 2014-08-29 11:10:23 -04:00
parent 69b6e304e8
commit c074240b1f

View file

@ -3,7 +3,7 @@
REBAR=$(PWD)/rebar
RETEST=$(PWD)/deps/retest/retest
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
all: