summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bfd158..d90b0fb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ $(BUILD_DIR)/$(TARGET_EXEC):
.PHONY: debug
debug:
- go run -ldflags "-X main.version=$(VERSION)" $(MODULE_NAME)
+ go run -ldflags "-X main.version=$(VERSION)" $(MODULE_NAME) -e
.PHONY: tests
tests: