Fb2RSS

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

commit c544545dd8599af857039b3eb005ea720c5c8180
parent ebd6e398cb04ecb9f2ccf6efaa49dcbf7c2bcb04
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 23 Jan 2016 17:40:29 +0100

Makefile: Forward the DMD variable.

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

diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ standardpaths/libstandardpaths.a: standardpaths/source/standardpaths.o $(DMD) $(IOPTS) -c $< -of$@ .PHONY: DRSS/drss.a: - cd DRSS/; make drss.a + cd DRSS/; make DMD="$(DMD)" drss.a clean: rm -f *.o standardpaths/source/standardpaths.o cd DRSS/; make clean