Actually use DMD_FLAGS
This commit is contained in:
parent
4786c1fc1b
commit
e961ab14aa
2
makefile
2
makefile
|
@ -26,7 +26,7 @@ debug:
|
||||||
|
|
||||||
dmdbuild: githash
|
dmdbuild: githash
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
${DMD} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
|
${DMD} ${DMD_FLAGS} -ofbin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
|
||||||
rm -f bin/dscanner.o
|
rm -f bin/dscanner.o
|
||||||
|
|
||||||
gdcbuild: githash
|
gdcbuild: githash
|
||||||
|
|
Loading…
Reference in New Issue