updated makefile

This commit is contained in:
2024-06-05 11:14:51 +02:00
parent a331329125
commit fad2f1d0da

View File

@@ -1,7 +1,7 @@
.PHONY : fe clean all .PHONY : fe clean all
default: default:
CGO_ENABLED=0 go build -o yt-dlp-webui main.go go run main.go
fe: fe:
cd frontend && pnpm build cd frontend && pnpm build