Makes Ghost compile for Make. Apparently the 'debug' directories are
still in use?
This commit is contained in:
Ton Roosendaal 2009-03-12 09:15:49 +00:00
parent 52dc350c09
commit a1a91f9c8b

@ -38,7 +38,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