build: add debug target to Makefile

This commit is contained in:
Ben Noordhuis 2011-08-08 16:07:27 +02:00
parent 1493dcf359
commit 58dd01ab58

View File

@ -3,6 +3,9 @@ BUILDTYPE ?= Release
all: out/Makefile
$(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
debug: BUILDTYPE=Debug
debug: all
out/Makefile: build/gyp
build/gyp_uv -f make