aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 292bc81..d3f57a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
fmt:
go fmt github.com/fuwn/capybara...
-run: fmt validate
+run: fmt
go run github.com/fuwn/capybara
build: fmt