Fb2RSS

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

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

Makefile: Split clean into clean and distclean, add changes.

standarpaths.{o,a} will now get deleted

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

diff --git a/Makefile b/Makefile @@ -16,5 +16,7 @@ standardpaths/libstandardpaths.a: standardpaths/source/standardpaths.o DRSS/drss.a: cd DRSS/; make drss.a clean: - rm -f Fb2RSS *.o + rm -f *.o standardpaths/source/standardpaths.o cd DRSS/; make clean +distclean: clean + rm -f Fb2RSS captcha