From 4221780ce53ff7484f6f1958173373dc963e7967 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Feb 2025 14:06:20 -0500 Subject: functional scratch dockerfile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 903549d..17962ac 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ clean: compile: mkdir -p $(BUILD_DIR) || exit 1 - CGO_ENABLED=1 go run ./internal/manualgen > $(BUILD_DIR)/$(APP).1 + CGO_ENABLED=1 go run ./internal/autogen > $(BUILD_DIR)/$(APP).1 CGO_ENABLED=1 go build -o $(BUILD_DIR)/$(APP) . .PHONY: run -- cgit v1.2.3