Minor (complete) refactor #38

Merged
sam merged 20 commits from small-things into master 2022-07-26 00:32:32 +00:00
Showing only changes of commit 7ed7d9bf81 - Show all commits

View file

@ -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