blob: 33ce0c939cfa749d700d15ac9150001ccf114170 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.orig 2015-05-12 14:40:03 UTC
+++ Makefile
@@ -1,6 +1,6 @@
APPLICATION := getopt
-REBAR=$(shell which rebar || echo ./rebar)
+REBAR=./rebar
ERL := erl
EPATH := -pa ebin
|