awl/Mkfile
Sam Therapy 44cf729668
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Make plan 9 work
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-07-03 18:38:49 +02:00

9 lines
87 B
Text

GO=GO
awl: awl.go
$GO build -o awl
install:
$GO install .
test:
$GO test ./...