diff --git a/Makefile b/Makefile index 93aa996..a143b6c 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,8 @@ all: rake build +all-debug: + DEBUG=1 rake build + clean: rake clean