Fb2RSS

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

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

Makefile: Include an "all" target.

Builds Fb2rss and captcha.

Diffstat:
Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,6 +2,8 @@ DMD?=dmd OPTS?=-release -O IOPTS=$(OPTS) -IDRSS/ -IDRSS/kxml/source/ -Istandardpaths/source/ +all: Fb2RSS captcha + Fb2RSS: fbstream.o Fb2RSS.o DRSS/drss.a standardpaths/libstandardpaths.a $(DMD) $(IOPTS) $^ -of$@ captcha: captcha.o fbstream.o DRSS/drss.a standardpaths/libstandardpaths.a