Skip to content

Commit

Permalink
Merge pull request webmachine#241 from basho/issues/lrb/240
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
lukebakken committed Mar 26, 2015
2 parents 7677c24 + 254c0a7 commit f2cceb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clean:
# nuke deps first to avoid wasting time having rebar recurse into deps
# for clean
distclean:
@rm -rf deps ./rebar/DEV_MODE
@rm -rf ./deps ./.rebar
@(./rebar clean)

edoc:
Expand All @@ -39,4 +39,5 @@ travisupload:
travis-artifacts upload --path ${ARTIFACTSFILE}

DEV_MODE:
@[ -d ./.rebar ] || mkdir ./.rebar
@touch ./.rebar/DEV_MODE

0 comments on commit f2cceb4

Please sign in to comment.