Make plan 9 work
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

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
1 changed files with 8 additions and 2 deletions

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 ./...