Add 'dist' to .PHONY - farbfeld - suckless image format with conversion tools
 (HTM) git clone git://git.suckless.org/farbfeld
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7cf7ba92588f6013b95cdec0545545275d37a6af
 (DIR) parent add6f5c09238ff797dede77eea1ce30ec85bdc13
 (HTM) Author: FRIGN <dev@frign.de>
       Date:   Wed,  6 Jan 2016 18:41:30 +0100
       
       Add 'dist' to .PHONY
       
       Thanks Dimitris for reporting this!
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -45,4 +45,4 @@ uninstall:
                @cd "${DESTDIR}${MANPREFIX}/man1" && rm -f ${MAN1}
                @cd "${DESTDIR}${MANPREFIX}/man5" && rm -f ${MAN5}
        
       -.PHONY: all clean install uninstall
       +.PHONY: all clean dist install uninstall