aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-12-02 18:23:00 -0500
committerRalph Amissah <ralph@amissah.com>2015-12-02 18:23:00 -0500
commit6d0b245927779e68c2554880ad46d4299d4b11d4 (patch)
tree915ebf04752ac852f483a55a611708bfff907143 /makefile
parentorg babel block delimiters (diff)
sorting
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