Added debug target to Makefile

This commit is contained in:
Alexey Romanov
2011-04-20 11:55:29 +04:00
parent 14ab6227df
commit 4a7bfbf33c

View File

@@ -10,6 +10,9 @@ all: compile
compile:
$(REBAR_COMPILE)
debug:
$(REBAR_COMPILE) -C rebar.debug.config
tests:
$(REBAR) eunit