From 6d0b245927779e68c2554880ad46d4299d4b11d4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Dec 2015 18:23:00 -0500 Subject: sorting --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3