Browse Source

switch back to rebar should fix #3

Namdak Tonpa 10 years ago
parent
commit
f6f2bfb210
1 changed files with 1 additions and 1 deletions
  1. 1 1
      otp.mk

+ 1 - 1
otp.mk

@@ -18,7 +18,7 @@ relx     := "{release,{$(RELEASE),\"$(VER)\"},[$(RELEASE)]}.\\n{include_erts,tru
 test: eunit ct
 compile: get-deps
 delete-deps get-deps compile update-deps:
-	./mad $@
+	rebar $@
 clean:
 	rm -f .applist
 	rebar $@