diff --git a/Mkfile b/Mkfile index 2287efe..c8a0359 100644 --- a/Mkfile +++ b/Mkfile @@ -1,3 +1,9 @@ GO=GO -awl: awl.GO - $GO build -o awl \ No newline at end of file +awl: awl.go + $GO build -o awl + +install: + $GO install . + +test: + $GO test ./...