Merge branch 'master' into array-error

This commit is contained in:
Jan Jurzitza 2020-01-04 22:23:06 +01:00 committed by GitHub
commit 0a640d6286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.PHONY: all test
DC ?= dmd
GIT ?= git
DMD := $(DC)
GDC := gdc
LDC := ldc2
@ -39,7 +40,7 @@ ldc: ldcbuild
gdc: gdcbuild
githash:
mkdir -p bin && git describe --tags > bin/githash.txt
mkdir -p bin && ${GIT} describe --tags > bin/githash.txt
debug: githash
${DC} -w -g -Jbin -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}