1 2 3 4 5 6 7 8 9 10
--- Makefile.orig 2015-05-20 09:55:39 UTC +++ Makefile @@ -1,6 +1,6 @@ .PHONY: test compile clean dialyzer bootstrap escript -all: compile +all: compile escript compile: @./rebar compile