Fix mkfile
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
eda2e5b55f
commit
7ed7d9bf81
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ SCDOC = scdoc
|
|||
PROG = awl
|
||||
LDFLAGS = '-s -w'
|
||||
GOFLAGS = -ldflags=$LDFLAGS
|
||||
|
||||
CGO_ENABLED = 0
|
||||
|
||||
$PROG:
|
||||
|
@ -16,8 +17,8 @@ doc: doc/$PROG.1.md
|
|||
install:
|
||||
$GO install $GOFLAGS .
|
||||
|
||||
install_doc: doc
|
||||
install doc/$PROG.1 /sys/man/1
|
||||
install_doc:
|
||||
cp doc/$PROG.1 /sys/man/1/$PROG
|
||||
|
||||
test:
|
||||
$GO test -v ./... -cover
|
Loading…
Reference in a new issue