Make plan 9 work
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
69a8365f13
commit
44cf729668
1 changed files with 8 additions and 2 deletions
10
Mkfile
10
Mkfile
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue