Add an all-debug task to the makefile

This commit is contained in:
nick
2013-02-05 13:46:55 +00:00
parent 0b3a71bb03
commit 184a13bc9f

View File

@@ -3,5 +3,8 @@
all:
rake build
all-debug:
DEBUG=1 rake build
clean:
rake clean