Document osmodel.mak loading from ../dmd

This commit is contained in:
Sebastian Wilzbach 2017-07-03 23:54:54 +02:00
parent 332c989d0a
commit c6ab2bb7aa

View file

@ -9,9 +9,11 @@ DUB=dub
WITH_DOC = no
DOC = ../dlang.org
# Load operating system $(OS) (e.g. linux, osx, ...) and $(MODEL) (e.g. 32, 64) detection Makefile from dmd
$(shell [ ! -d $(DMD_DIR) ] && git clone --depth=1 https://github.com/dlang/dmd $(DMD_DIR))
include $(DMD_DIR)/src/osmodel.mak
# Build folder for all binaries
ROOT_OF_THEM_ALL = generated
ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(MODEL)