From 3f3164bc153a70df2bd6352fb514a62646f7cc1c Mon Sep 17 00:00:00 2001 From: ari melody Date: Fri, 14 Mar 2025 20:55:09 +0000 Subject: [PATCH] and the goddess spoke: don't make this silly mistake again --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f9784d5..11e565a 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ EXEC = arimelody-web -.PHONY: all +.PHONY: $(EXEC) -all: - go build -o $(EXEC) +$(EXEC): + GOOS=linux GOARCH=amd64 go build -o $(EXEC) bundle: $(EXEC) tar czf $(EXEC).tar.gz $(EXEC) admin/components/ admin/views/ admin/static/ views/ public/ schema-migration/