From 0ac3cc76b4b6c824c4b3f7a357d40b487984abfb Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 May 2024 22:33:42 +0200 Subject: Inject examples only with new --example flag The default use case should be to not inject example recipes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-70-g09d2