do not build man page with binary

This commit is contained in:
David Newhall II 2019-07-08 17:36:42 -07:00
parent 99846f4e74
commit e605ef63cd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ COMMIT:=$(shell git rev-parse --short HEAD || echo 0)
# Makefile targets follow. # Makefile targets follow.
all: man build all: build
# Prepare a release. Called in Travis CI. # Prepare a release. Called in Travis CI.
release: clean vendor test macos arm windows linux_packages release: clean vendor test macos arm windows linux_packages