farbfeld

suckless image format with conversion tools
git clone git://git.suckless.org/farbfeld
Log | Files | Refs | README | LICENSE

commit 7cf7ba92588f6013b95cdec0545545275d37a6af
parent add6f5c09238ff797dede77eea1ce30ec85bdc13
Author: FRIGN <dev@frign.de>
Date:   Wed,  6 Jan 2016 18:41:30 +0100

Add 'dist' to .PHONY

Thanks Dimitris for reporting this!

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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