updated makefile

This commit is contained in:
marcobaobao
2024-06-05 11:14:51 +02:00
parent a331329125
commit fad2f1d0da
+1 -1
View File
@@ -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