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