From 44cf729668d68c56c16f65c4b2dc2edf89f932e7 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 3 Jul 2022 18:38:49 +0200 Subject: [PATCH] Make plan 9 work Signed-off-by: Sam Therapy --- Mkfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 ./...