From c2c3fedc1b48af9b0ec6d772c674304628c53a7a Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Mon, 25 Jul 2016 09:21:40 +0800 Subject: [PATCH] Makefile: clean up compiled man page Signed-off-by: Ma Shimiao --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3991254b5..76da31e7e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: man install -m 644 completions/bash/ocitools $(PREFIX)/share/bash-completion/completions clean: - rm -f ocitools runtimetest + rm -f ocitools runtimetest *.1 .PHONY: test .gofmt .govet .golint