Skip to content

Commit

Permalink
Merge pull request #148 from wking/makefile-clean-man-page
Browse files Browse the repository at this point in the history
Makefile: clean up compiled man page
  • Loading branch information
Mrunal Patel authored Jul 26, 2016
2 parents 55645ff + c2c3fed commit d07fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d07fade

Please sign in to comment.