awl/Mkfile

10 lines
87 B
Plaintext

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