Make plan 9 work
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-07-03 18:38:49 +02:00
parent 69a8365f13
commit 44cf729668
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

10
Mkfile
View file

@ -1,3 +1,9 @@
GO=GO
awl: awl.GO
$GO build -o awl
awl: awl.go
$GO build -o awl
install:
$GO install .
test:
$GO test ./...