awl/Mkfile
Sam Therapy d31ad6e71a
All checks were successful
continuous-integration/drone/push Build is passing
Add basic makefiles (#25)
close #24

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Co-authored-by: grumbulon <grumbulon@grumbulon.xyz>
Reviewed-on: #25
Co-authored-by: Sam <sam@samtherapy.net>
Co-committed-by: Sam <sam@samtherapy.net>
2022-07-03 20:50:58 +00:00

10 lines
87 B
Plaintext

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