From: Steven Schubiger Date: Sun, 19 Jan 2014 18:04:36 +0000 (+0100) Subject: Declare check target as phony X-Git-Tag: v0.54~8 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=b7c53ca151ffdaa31b335a21296d02457ab969ea Declare check target as phony --- diff --git a/Makefile b/Makefile index 6283a0f..ca0ee68 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: clean +.PHONY: check clean .SUFFIXES: .SUFFIXES: .c .o