aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d9d33c..8da62a0 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ pkgs = $(shell $(GO) list ./... | grep -v /vendor/)
all:
$(GO) build
+run:
+ $(GO) run . -data-dir test/integ-test/integ-test-configs -debug
+
fmt:
$(GO) fmt
@@ -23,7 +26,7 @@ test: fmt
$(GO) test -v $(pkgs) && \
./test/integ-test/integ_test.py -vv
-.PHONY: all clean docs
+.PHONY: all run clean docs
binaries: linux windows
linux:
nihil fit ex nihilo