/
Virtual
/
Termina
Обзор
Документация
Войти
/
Virtual
/
Termina
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Makefile
11 строк
216 B
Virtes
Fixes and Makefile addition
19 июн 2026, 12:47
19 июн 2026, 12:47
776a0d3
Код
Авторство
О чём код?
build-agent: set GOOS=windows set GOARCH=amd64 go build -o termina/agent.exe ./agent build-server: set GOOS=windows set GOARCH=amd64 go build -o termina/server.exe ./server build-all: build-agent build-server