The debug target was erroneously removed, put it back.

Fixes build failure reported by ztonzy
This commit is contained in:
Wouter van Heyst 2003-11-24 15:42:46 +00:00
parent 856e33cefc
commit 9b4f87508a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ TESTDIRS = test
include nan_subdirs.mk
install: all
install: all debug
@[ -d $(NAN_GHOST) ] || mkdir $(NAN_GHOST)
@[ -d $(NAN_GHOST)/include ] || mkdir $(NAN_GHOST)/include
@[ -d $(NAN_GHOST)/lib ] || mkdir $(NAN_GHOST)/lib