diff options
author | Loïc Hoguin <[email protected]> | 2011-04-03 16:00:22 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-04-03 16:00:22 +0200 |
commit | d51170b4bc99e8bc55a8f797ee52c7cac3b5569d (patch) | |
tree | 62c092eac228ef6e6d4d0e30787846d64c5cc8ef /Makefile | |
parent | 44f0eecdcf206f0ae240103cdc616e13c9dd1c7f (diff) | |
download | cowboy-d51170b4bc99e8bc55a8f797ee52c7cac3b5569d.tar.gz cowboy-d51170b4bc99e8bc55a8f797ee52c7cac3b5569d.tar.bz2 cowboy-d51170b4bc99e8bc55a8f797ee52c7cac3b5569d.zip |
Use rebar instead of ./rebar by default in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # See LICENSE for licensing information. -REBAR = ./rebar +REBAR = rebar all: app |