aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 020bc08..5202e86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,8 @@
test:
@cd golings && go test -coverprofile=coverage.out -v $$(go list ./... | grep -v fixtures/error1)
+
+watch:
+ @go run golings/golings.go watch
+
+run:
+ @go run golings/golings.go run \ No newline at end of file