1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00
Files
ffwebp/build.cmd

10 lines
101 B
Batchfile
Raw Normal View History

2024-09-08 01:00:40 +02:00
@echo off
if not exist bin (
mkdir bin
)
echo Building...
go build -o bin/ffwebp.exe
echo Done