Fb2RSS

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

commit 894deab944d0c3fdb0fbd17e4cf7d4f8863be35a
parent 38ccf500206e06a9e37d8abd7e68b055ecc8aae6
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  9 Sep 2015 19:19:41 +0200

Correct clean: target of makefile

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

diff --git a/Makefile b/Makefile @@ -10,4 +10,5 @@ Fb2RSS: FbStream.o Fb2RSS.o DRSS/drss.a DRSS/drss.a: cd DRSS/; make drss.a clean: - rm -f $(DEPS) drss.a drss.so + rm -f Fb2RSS *.o + cd DRSS/; make clean