From 184a13bc9f1ac59ba077682ec32933ef7bb24b44 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 5 Feb 2013 13:46:55 +0000 Subject: [PATCH] Add an all-debug task to the makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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