Sam
d31ad6e71a
All checks were successful
continuous-integration/drone/push Build is passing
close #24 Co-authored-by: Sam Therapy <sam@samtherapy.net> Co-authored-by: grumbulon <grumbulon@grumbulon.xyz> Reviewed-on: #25 Co-authored-by: Sam <sam@samtherapy.net> Co-committed-by: Sam <sam@samtherapy.net>
9 lines
87 B
Text
9 lines
87 B
Text
GO=GO
|
|
awl: awl.go
|
|
$GO build -o awl
|
|
|
|
install:
|
|
$GO install .
|
|
|
|
test:
|
|
$GO test ./...
|