commit e30bf65f53a25429348b7e29c7c33de69be8492d parent 7e319bada377e0ef9662bc85ddf76966118e536c Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Fri, 3 Oct 2014 00:38:59 +0200 Add .PHONY rules for spec.html Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,7 @@ all: spec.html +.PHONY: spec.html + syntax.css: pygmentize -S monokai -f html -a .code >$@