mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-18 06:14:34 +00:00
10 lines
101 B
Batchfile
10 lines
101 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
if not exist bin (
|
||
|
mkdir bin
|
||
|
)
|
||
|
|
||
|
echo Building...
|
||
|
go build -o bin/ffwebp.exe
|
||
|
|
||
|
echo Done
|