Maxim Sokhatsky 11 years ago
parent
commit
fc431d39c3
2 changed files with 1 additions and 1 deletions
  1. BIN
      mad
  2. 1 1
      otp.mk

BIN
mad


+ 1 - 1
otp.mk

@@ -7,7 +7,7 @@ ERL_LIBS := $(subst $(space),:,$(ROOTS))
 test: ct
 compile: get-deps
 get-deps compile clean:
-	rebar $@
+	./mad $@
 escript: compile
 	./build
 $(PLT_NAME):