1

feat: переход на Go

This commit is contained in:
2024-05-15 03:06:30 +03:00
parent 0b006b426d
commit bebff64bda
5 changed files with 119 additions and 34 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
#!make
build-linux:
GOOS=linux go build -o out/ff_renamer main.go
build-windows:
GOOS=windows go build -o out/ff_renamer.exe main.go