aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 3f769bd..f3fc0d3 100644
--- a/makefile
+++ b/makefile
@@ -14,10 +14,10 @@ GDC_FLAGS=
GDC_FLAGS_RELEASE=-frelease
GDC_FLAG_BINOF=-o
-# set D_COMPILER one of DMD LDC or GDC:
+# SET_D_COMPILER=(one of: DMD LDC or GDC):
SET_D_COMPILER=LDC
-SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=bookindex
+SET_DC_FLAGS_DEBUG_EXTRA=-debug=headings -debug=footnotes -debug=endnotes
DC=$($(SET_D_COMPILER))
DC_FLAGS=$($(shell echo $(SET_D_COMPILER)_FLAGS))
@@ -39,7 +39,7 @@ endif
PRG_NAME=sdp
PRG_SRC=$(PRG_NAME).d
-PRG_SRCDIR=./lib/$(PRG_NAME)
+PRG_SRCDIR=./lib
PRG_BIN=$(PRG_NAME)
PRG_BINDIR=bin