DFortune

Unix fortune-cookie parser written in D
git clone git://xatko.vsos.ethz.ch/DFortune.git
Log | Files | Refs

commit 22cae2ca57da91945f04a37a37104b4b526d0f70
parent 4ddba01133b33581cece43cc9c51400ca4a203e0
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Tue, 23 Feb 2016 11:19:22 +0100

Makefile: make clean and distclean phony

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

diff --git a/Makefile b/Makefile @@ -24,6 +24,8 @@ $(LIB)-debug.so: $(DOBJECTS) $(DMD) $(DFLAGS) -c $^ -of$@ %-debug.o: %.d $(DMD) $(DebugFlags) -c $^ -of$@ + +.PHONY: clean distclean clean: rm -f $(OBJECTS) $(DOBJECTS) distclean: clean