1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00

local build script

This commit is contained in:
Laura
2024-09-08 01:00:40 +02:00
parent faed587bc5
commit 6e66d65ff3
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bin

10
build.cmd Normal file
View File

@ -0,0 +1,10 @@
@echo off
if not exist bin (
mkdir bin
)
echo Building...
go build -o bin/ffwebp.exe
echo Done