aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMauricio Antunes <mauricio.abreua@gmail.com>2023-04-03 19:45:13 -0300
committerGitHub <noreply@github.com>2023-04-03 19:45:13 -0300
commitb8de981f9688b5f2f19cec79ec5b599477828d5d (patch)
treebc248e0d6bd92a413200c03bd653ec99992f0663 /Makefile
parentdf50f8add60c7dda9b8090f8f2120301a720227c (diff)
parentbe4d13a68bf18f7d4bd237e59a5d60d02e79534b (diff)
feat: Add watch command
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