Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit 89233e845274868ed0b1fcdaca642f4c990cb51e
parent b4bb83035d01c963de57cf56bba159d350001503
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 23 Jan 2016 17:38:38 +0100

Makefile: Default dmd to dmd

Was ldmd2, which is kind of exotic, and usually a wrapper is provided.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -DMD?=ldmd2 +DMD?=dmd OPTS?=-release -O IOPTS=$(OPTS) -IDRSS/ -IDRSS/kxml/source/ -Istandardpaths/source/