9 lines
87 B
Text
9 lines
87 B
Text
GO=GO
|
|
awl: awl.go
|
|
$GO build -o awl
|
|
|
|
install:
|
|
$GO install .
|
|
|
|
test:
|
|
$GO test ./...
|