summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db7d519..7d84d15 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ REBAR=$(PWD)/rebar
RETEST=$(PWD)/deps/retest/retest
all:
- ./bootstrap
+ ./bootstrap/bootstrap
clean:
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit
@@ -15,7 +15,7 @@ distclean: clean
@rm -rf deps
debug:
- @./bootstrap debug
+ @./bootstrap/bootstrap debug
check: debug xref dialyzer deps test