From fad2f1d0dac2e47bcb828ab28e2adb7dac8f9b67 Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Wed, 5 Jun 2024 11:14:51 +0200 Subject: [PATCH] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36f61ca..02cbcd0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY : fe clean all default: - CGO_ENABLED=0 go build -o yt-dlp-webui main.go + go run main.go fe: cd frontend && pnpm build