Fb2RSS

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

commit 2b376f0baa54a0aeca5e0bfc1b1b671647b84f15
parent c544545dd8599af857039b3eb005ea720c5c8180
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 23 Jan 2016 17:41:03 +0100

Readme: Remove the DMD variable since it defauls to dmd now.

Since this is the standard, don't mention it in the README.
If compilation fails because of this people can look inside the Makefile.

Diffstat:
README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ Compiling -------------- ```shell -make DMD="your-favorite-dmd" +make ``` Usage